parent
a77d87910d
commit
4c3c81c275
|
@ -21,7 +21,7 @@ class JobsCommand extends Command
|
|||
$jobId = $this->params->shift();
|
||||
if ($jobId) {
|
||||
$this->raiseLimits();
|
||||
$job = DirectorJob::load($jobId, $this->db());
|
||||
$job = DirectorJob::loadWithAutoIncId($jobId, $this->db());
|
||||
$job->run();
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue