From: Marius Gavrilescu Date: Mon, 28 Sep 2015 10:53:08 +0000 (+0300) Subject: Remove problem_full as it does not exist anymore X-Git-Tag: 5999.000_005~3 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=fb7e1b7cfb2d8fc86c69c83f0ee059f937ca64e0 Remove problem_full as it does not exist anymore --- diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index e96690e..03810ba 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -105,7 +105,7 @@ sub process{ sub process_job { my ($job) = @_; - my $pb = problem_full($job->{problem}); + my $pb = db()->select('problems', '*', {id => $job->{problem}})->hash; my $meta = { problem => $job->{problem}, files => {