We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8057921 + 42e7c38 commit 801e02fCopy full SHA for 801e02f
1 file changed
server/lib/classes/cronjob.inc.php
@@ -86,8 +86,8 @@ public function run() {
86
if($run_it == true) {
87
$this->onRunJob();
88
$this->onAfterRun();
89
+ $this->onCompleted();
90
}
- $this->onCompleted();
91
92
return;
93
0 commit comments