lastRun is not a method

remotes/origin/stable6
Thomas Mueller 2013-04-23 23:46:56 +07:00
parent e63633b5f3
commit d209cac2a1
1 changed files with 1 additions and 1 deletions

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