]> source.dussan.org Git - nextcloud-server.git/commitdiff
lastRun is not a method
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 23 Apr 2013 21:46:56 +0000 (23:46 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 23 Apr 2013 21:46:56 +0000 (23:46 +0200)
lib/backgroundjob/job.php

index ff647c7329b9c802e5f12cc31d72e767ed23ce9d..aab3b8e4a64f71c84819b00e518193c62cfcb851 100644 (file)
@@ -40,6 +40,6 @@ abstract class Job {
        }
 
        public function getLastRun() {
-               return $this->lastRun();
+               return $this->lastRun;
        }
 }