Changed parameter order
This commit is contained in:
parent
beb2346cfc
commit
65d6d45f8c
8 changed files with 8 additions and 8 deletions
2
boot.php
2
boot.php
|
|
@ -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 != '') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue