]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Worker.php
Merge pull request #6430 from tobiasd/20190112-lng
[friendica.git] / src / Core / Worker.php
index 2c811e3bdab75ac961fb8c58be9bd00e3f0ef1c1..3a4be04381b754401d664e561210224fdee3b8e4 100644 (file)
@@ -35,7 +35,7 @@ class Worker
         */
        public static function processQueue($run_cron = true)
        {
-               $a = get_app();
+               $a = \get_app();
 
                self::$up_start = microtime(true);
 
@@ -206,7 +206,7 @@ class Worker
         */
        public static function execute($queue)
        {
-               $a = get_app();
+               $a = \get_app();
 
                $mypid = getmypid();
 
@@ -319,7 +319,7 @@ class Worker
         */
        private static function execFunction($queue, $funcname, $argv, $method_call)
        {
-               $a = get_app();
+               $a = \get_app();
 
                $mypid = getmypid();