Fix app.psgi
[gruntmaster-page.git] / app.psgi
index 5ddac815ad35d613c8ef2a17d69888c4aa5e7995..45f746696087a41c88f558137d7d3ba8a04da040 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -48,9 +48,9 @@ sub is_problem_in_contest {
        return 1 if $db->contest_problems->find($ct, $pb);
        return '' if defined $ct;
        for my $cp ($db->problem($pb)->contest_problems) {
-               return 1 if $cp->contest->stop >= time;
+               return '' if $cp->contest->stop >= time;
        }
-       ''
+       1
 }
 
 sub admin_required {
This page took 0.010155 seconds and 4 git commands to generate.