mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fixup LogChannels
This commit is contained in:
parent
40fbb02149
commit
5fe9d53cfa
5 changed files with 5 additions and 7 deletions
|
@ -27,4 +27,4 @@ $argv = $_SERVER['argv'] ?? [];
|
|||
array_splice($argv, 1, 0, "jetstream");
|
||||
|
||||
$container = \Friendica\Core\Container::fromDice($dice);
|
||||
\Friendica\Core\Console::create($container, $_SERVER['argv'] ?? [])->execute();
|
||||
\Friendica\Core\Console::create($container, $argv)->execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue