]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/PhpToPo.php
Update "storage" console command
[friendica.git] / src / Core / Console / PhpToPo.php
index 4a3caf4bc22583d5b9393664a0678e0e6efcdd49..a5b04e949a5d2f4506aaba370f270d899f3cd6af 100644 (file)
@@ -51,7 +51,7 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               $a = get_app();
+               $a = \get_app();
 
                $phpfile = realpath($this->getArgument(0));