]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Generic.pm
Fix opens
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Generic.pm
index cb8dd679118c8db36a259b1bbc6086fa5782c3be..e6cd3b2603d79d594003188c2f44697b2c50b545 100644 (file)
@@ -139,8 +139,10 @@ thing {
                                contest => $env->{'gruntmaster.contest'},
                                problem => $_->{id},
                                owner   => $env->{REMOTE_USER},
+                               time    => time,
                        })
                } if $env->{'gruntmaster.contest'} && time >= db($env)->contest($env->{'gruntmaster.contest'})->start;
+               say "Error when creating open: $@";
        };
 };
 
This page took 0.026477 seconds and 4 git commands to generate.