mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
fixed typo causing no next execution to be found, and therefore periodic jobs to be terminated
This commit is contained in:
parent
4515afb067
commit
0440ca0777
@ -302,7 +302,7 @@ class asyncservice
|
||||
if (!isset($found[$u])) // we have to try the next one, if it exists
|
||||
{
|
||||
$nexts = array_keys($units);
|
||||
if (!isset($next[count($found)-1]))
|
||||
if (!isset($nexts[count($found)-1]))
|
||||
{
|
||||
if ($this->debug) echo "<p>Nothing found, exiting !!!</p>\n";
|
||||
return False;
|
||||
|
Loading…
Reference in New Issue
Block a user