Skip to content

Commit 42e7c38

Browse files
author
Thomas Heller
committed
fixes #5254
1 parent 8057921 commit 42e7c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cronjob.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public function run() {
8686
if($run_it == true) {
8787
$this->onRunJob();
8888
$this->onAfterRun();
89+
$this->onCompleted();
8990
}
90-
$this->onCompleted();
9191

9292
return;
9393
}

0 commit comments

Comments
 (0)