]> git.mxchange.org Git - friendica.git/blobdiff - mod/fbrowser.php
Ensure *toArray returns an array
[friendica.git] / mod / fbrowser.php
index faff17381ba565b9894b971a42bf9545e01adf6e..f2bccb085a6f0d4d93c9a981728d94698b1727cd 100644 (file)
@@ -104,7 +104,6 @@ function fbrowser_content(App $a)
 
                        $o =  Renderer::replaceMacros($tpl, [
                                '$type'     => 'image',
-                               '$baseurl'  => System::baseUrl(),
                                '$path'     => $path,
                                '$folders'  => $albums,
                                '$files'    => $files,
@@ -134,7 +133,6 @@ function fbrowser_content(App $a)
                                $tpl = Renderer::getMarkupTemplate($template_file);
                                $o = Renderer::replaceMacros($tpl, [
                                        '$type'     => 'file',
-                                       '$baseurl'  => System::baseUrl(),
                                        '$path'     => [ [ "", L10n::t("Files")] ],
                                        '$folders'  => false,
                                        '$files'    => $files,