From: Thomas Mueller Date: Tue, 23 Apr 2013 21:46:56 +0000 (+0200) Subject: lastRun is not a method X-Git-Tag: v6.0.0alpha2~695^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d209cac2a14dd7c7ad2ca9f7df048227c9e5cdc0;p=nextcloud-server.git lastRun is not a method --- diff --git a/lib/backgroundjob/job.php b/lib/backgroundjob/job.php index ff647c7329b..aab3b8e4a64 100644 --- a/lib/backgroundjob/job.php +++ b/lib/backgroundjob/job.php @@ -40,6 +40,6 @@ abstract class Job { } public function getLastRun() { - return $this->lastRun(); + return $this->lastRun; } }