]> git.mxchange.org Git - friendica.git/blobdiff - mod/fbrowser.php
Merge pull request #6434 from AndyHee/2019.01-rc
[friendica.git] / mod / fbrowser.php
index 64af908aa6b71c840c5bd43f2ab69dd5cc0ff0b5..d5310f4577144600437f607b38da4451654e20f3 100644 (file)
@@ -72,7 +72,7 @@ function fbrowser_content(App $a)
 
                        function _map_files1($rr)
                        {
-                               $a = get_app();
+                               $a = \get_app();
                                $types = Image::supportedTypes();
                                $ext = $types[$rr['type']];
                                $filename_e = $rr['filename'];
@@ -116,7 +116,7 @@ function fbrowser_content(App $a)
 
                                function _map_files2($rr)
                                {
-                                       $a = get_app();
+                                       $a = \get_app();
                                        list($m1,$m2) = explode("/", $rr['filetype']);
                                        $filetype = ( (file_exists("images/icons/$m1.png"))?$m1:"zip");
                                        $filename_e = $rr['filename'];