Skip to content
Snippets Groups Projects
Commit 3fa01645 authored by Till Brehm's avatar Till Brehm
Browse files

Fixes #5254 Cronjob locking not working properly

parent 46e4fe85
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,8 @@ class cronjob {
if($run_it == true) {
$this->onRunJob();
$this->onAfterRun();
$this->onCompleted();
}
$this->onCompleted();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment