summaryrefslogtreecommitdiffstats
path: root/lib/backgroundjob
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-04-23 23:46:56 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2013-04-23 23:46:56 +0200
commitd209cac2a14dd7c7ad2ca9f7df048227c9e5cdc0 (patch)
treedf3fbaf96dfdc874b1fb02069238c1b71f8bf7be /lib/backgroundjob
parente63633b5f300a020872d11659874c39bda292a44 (diff)
downloadnextcloud-server-d209cac2a14dd7c7ad2ca9f7df048227c9e5cdc0.tar.gz
nextcloud-server-d209cac2a14dd7c7ad2ca9f7df048227c9e5cdc0.zip
lastRun is not a method
Diffstat (limited to 'lib/backgroundjob')
-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;
}
}