lastRun is not a method

remotes/origin/stable6
Thomas Mueller 12 years ago
parent e63633b5f3
commit d209cac2a1
  1. 2
      lib/backgroundjob/job.php

@ -40,6 +40,6 @@ abstract class Job {
}
public function getLastRun() {
return $this->lastRun();
return $this->lastRun;
}
}

Loading…
Cancel
Save