1
0
Fork 0

Changed parameter order

This commit is contained in:
Michael Vogel 2016-03-08 22:28:49 +01:00
commit 65d6d45f8c
8 changed files with 8 additions and 8 deletions

View file

@ -1114,7 +1114,7 @@ class App {
return false;
}
function is_already_running($task, $taskname, $timeout = 540) {
function is_already_running($taskname, $task = "", $timeout = 540) {
$lockpath = get_lockpath();
if ($lockpath != '') {