Use problem->is_private instead of problem->private
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 6 Feb 2015 14:36:44 +0000 (16:36 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 6 Feb 2015 14:36:44 +0000 (16:36 +0200)
lib/Gruntmaster/Daemon.pm

index 1e5d8b2874ceb3cf3a1e24defc47c84d535cab45..880c0da49a47c1cf8915f952234b6c2609573e38 100644 (file)
@@ -141,7 +141,7 @@ sub process{
                problem => $jobr->problem,
                owner   => $jobr->owner,
                job     => $jobr->id,
-               solved  => $solved}) if !$jobr->problem->private;
+               solved  => $solved}) if !$jobr->problem->is_private;
 }
 
 sub got_job{
This page took 0.011476 seconds and 4 git commands to generate.