Merge pull request #4718 from MrPetovan/bug/fix-console-url-argument
Console: Use $argv instead of $_SERVER['argv']
This commit is contained in:
commit
4724c7de72
|
@ -6,4 +6,4 @@ include_once dirname(__DIR__) . '/boot.php';
|
|||
$a = new Friendica\App(dirname(__DIR__));
|
||||
\Friendica\BaseObject::setApp($a);
|
||||
|
||||
(new Friendica\Core\Console())->execute();
|
||||
(new Friendica\Core\Console($argv))->execute();
|
||||
|
|
Loading…
Reference in a new issue