X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster.pm;h=3ec4e78300fd623a2c85457c0e5b07c715d2de18;hb=b2597e87d264a0663235f5f7a6bf6978d5019755;hp=39928bc87c5cb9eb5f78e2d8b58c545197da022c;hpb=8dd9e3d3b38af8fb08b1d3186bda014657bf856f;p=plack-app-gruntmaster.git diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 39928bc..3ec4e78 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -244,7 +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->is_pending; + $private = 1 if contest && contest->is_pending; my $newjob = db->jobs->create({ maybe contest => $_{contest}, private => $private,