From d209cac2a14dd7c7ad2ca9f7df048227c9e5cdc0 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Tue, 23 Apr 2013 23:46:56 +0200
Subject: [PATCH] lastRun is not a method

---
 lib/backgroundjob/job.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/backgroundjob/job.php b/lib/backgroundjob/job.php
index ff647c7329..aab3b8e4a6 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;
 	}
 }
-- 
GitLab