lastRun is not a method

This commit is contained in:
Thomas Mueller 2013-04-23 23:46:56 +02:00
parent e63633b5f3
commit d209cac2a1

View file

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