Changed parameter order
This commit is contained in:
parent
beb2346cfc
commit
65d6d45f8c
8 changed files with 8 additions and 8 deletions
|
|
@ -61,7 +61,7 @@ function onepoll_run(&$argv, &$argc){
|
|||
|
||||
// Don't check this stuff if the function is called by the poller
|
||||
if (App::callstack() != "poller_run")
|
||||
if (App::is_already_running('', 'onepoll'.$contact_id, 540))
|
||||
if (App::is_already_running('onepoll'.$contact_id, '', 540))
|
||||
return;
|
||||
|
||||
$d = datetime_convert();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue