Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php

This commit is contained in:
Art4 2024-12-26 12:23:07 +00:00
commit 3c2db734d6
2 changed files with 5 additions and 2 deletions

View file

@ -31,4 +31,4 @@ $dice = (new Dice())->addRules(require(dirname(__DIR__) . '/static/dependencies.
$app = \Friendica\App::fromDice($dice);
$app->processDaemon($_SERVER['argv'] ?? [], $options);
$app->processDaemon($_SERVER['argv'] ?? [], $options ?: []);