mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
fixed a syntax error
This commit is contained in:
@@ -27,7 +27,7 @@ while ($ps->runParentCode())
|
||||
// Spawn another thread
|
||||
$ps->childData = array_pop($groupList);
|
||||
echo "[Thread-MASTER] Spawning new thread. Still have " . count($groupList) ." group(s) to update after this\n";
|
||||
$ps->spawnchild();
|
||||
$ps->spawnChild();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@ while ($ps->runParentCode())
|
||||
// Spawn another thread
|
||||
$ps->childData = array_pop($groupList);
|
||||
echo "[Thread-MASTER] Spawning new thread. Still have " . count($groupList) ." group(s) to update after this\n";
|
||||
$ps->spawnchild();
|
||||
$ps->spawnChild();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user