X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftext.php;h=c7681a4d58cb2485a8e34ac623d89440a4a36404;hb=810843763dcde2a004f992dc23c928a45ab8184b;hp=4f3af5aee813e90aac1b8e10de3cf588c1248fb6;hpb=d04e1bdf694207d1fc9d804dd38fa61f134a0255;p=friendica.git diff --git a/include/text.php b/include/text.php index 4f3af5aee8..c7681a4d58 100644 --- a/include/text.php +++ b/include/text.php @@ -22,7 +22,7 @@ function replace_macros($s,$r) { $a = get_app(); // pass $baseurl to all templates - $r['$baseurl'] = z_root(); + $r['$baseurl'] = $a->get_baseurl(); $t = $a->template_engine();