]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Fix previous commit
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster.pm
index 6bc1f79eccc2a3179300a2f60e4856bf1cf9f25b..3ec4e78300fd623a2c85457c0e5b07c715d2de18 100644 (file)
@@ -244,6 +244,7 @@ sub dispatch_request{
                        my $source = $prog ? read_file $prog->path : $_{source_code};
                        unlink $prog->path if $prog;
                        my $private = (problem->private && !$_{contest}) ? 1 : 0;
+                       $private = 1 if contest && contest->is_pending;
                        my $newjob = db->jobs->create({
                                maybe contest => $_{contest},
                                private => $private,
This page took 0.02383 seconds and 4 git commands to generate.