]> git.mxchange.org Git - friendica.git/blobdiff - mod/message.php
Update remote_friends_common.tpl
[friendica.git] / mod / message.php
index 928f575ef38b0bfe729d146e1e1bb7d6b2bab71e..d75fb240f01025ba23a40547c2e837b222d0bd76 100644 (file)
@@ -54,11 +54,10 @@ function message_init(App $a)
                '$tabs' => $tabs,
                '$new'  => $new,
        ]);
-       $base = DI::baseUrl();
 
        $head_tpl = Renderer::getMarkupTemplate('message-head.tpl');
        DI::page()['htmlhead'] .= Renderer::replaceMacros($head_tpl, [
-               '$base'    => $base
+               '$base' => (string)DI::baseUrl()
        ]);
 }