X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FPhpToPo.php;h=a5b04e949a5d2f4506aaba370f270d899f3cd6af;hb=24d7ffa3fee7e3686589f29f005fb2c419c9985a;hp=4a3caf4bc22583d5b9393664a0678e0e6efcdd49;hpb=166b8ad44035def2517a5588c670b27ddfb2e13c;p=friendica.git diff --git a/src/Core/Console/PhpToPo.php b/src/Core/Console/PhpToPo.php index 4a3caf4bc2..a5b04e949a 100644 --- a/src/Core/Console/PhpToPo.php +++ b/src/Core/Console/PhpToPo.php @@ -51,7 +51,7 @@ HELP; throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); } - $a = get_app(); + $a = \get_app(); $phpfile = realpath($this->getArgument(0));