mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:00:16 +00:00
Spawn now spawns
This commit is contained in:
parent
611c38b3e3
commit
5417099f72
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ $a->set_baseurl(Config::get('system', 'url'));
|
|||
|
||||
load_hooks();
|
||||
|
||||
$spawn = (($_SERVER["argc"] <= 1) || ($_SERVER["argv"][1] == "spawn"));
|
||||
$spawn = (($_SERVER["argc"] == 2) && ($_SERVER["argv"][1] == "spawn"));
|
||||
|
||||
if ($spawn) {
|
||||
Worker::spawnWorker();
|
||||
|
|
Loading…
Reference in a new issue