Remove problem_full as it does not exist anymore
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index e96690ef4da04816dbd51b3af2db21ab697deccb..03810bacc66264b41aacabd4f3277a93440c1da8 100644 (file)
@@ -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 => {
This page took 0.009978 seconds and 4 git commands to generate.