summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/backgroundjob/job.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}