fixed a syntax error

This commit is contained in:
root
2013-01-07 21:52:09 -05:00
parent 3c59598714
commit bf57bef2f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
{
+1 -1
View File
@@ -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
{