X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffbrowser.php;h=d5310f4577144600437f607b38da4451654e20f3;hb=0cdf0ba422076f731a5801708879d5344439494a;hp=64af908aa6b71c840c5bd43f2ab69dd5cc0ff0b5;hpb=fabc90e9dd5f1c4280a9bfa6c6930a3fc985f87a;p=friendica.git diff --git a/mod/fbrowser.php b/mod/fbrowser.php index 64af908aa6..d5310f4577 100644 --- a/mod/fbrowser.php +++ b/mod/fbrowser.php @@ -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'];