From b964e695b5ace61834632e5a36e6dd1b9329f5a1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 22 May 2011 21:33:46 +0000 Subject: Temporary hack to allow manual upload into multiple sections --- lib/Youri/Submit/Check/Recency.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Youri/Submit/Check/Recency.pm b/lib/Youri/Submit/Check/Recency.pm index 04994b8..1724f34 100644 --- a/lib/Youri/Submit/Check/Recency.pm +++ b/lib/Youri/Submit/Check/Recency.pm @@ -35,6 +35,11 @@ sub run { my $defined_section = $define->{section}; + #FIXME We only search requested section to allow manual upload to multiple sections + # until the code handles it. + + return @errors; + # if the user provided a section, check also in the default section if ($defined_section) { $define->{section} = undef; -- cgit v1.2.1