Changed parameter order

This commit is contained in:
Michael Vogel
2016-03-08 22:28:49 +01:00
parent beb2346cfc
commit 65d6d45f8c
8 changed files with 8 additions and 8 deletions
+1 -1
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 != '') {