]> git.mxchange.org Git - friendica.git/blobdiff - include/identity.php
The function "template_escape" doesn't exist anymore.
[friendica.git] / include / identity.php
index 2e6327d987368a7e9b9358c332ea202fccf1d1ef..3066b71130fca3b3746bfe53dbd870f989b4ec45 100644 (file)
@@ -443,10 +443,6 @@ function profile_sidebar($profile, $block = 0)
                $p["photo"] = proxy_url($p["photo"], false, PROXY_SIZE_SMALL);
        }
 
-       if ($a->theme['template_engine'] === 'internal') {
-               $location = template_escape($location);
-       }
-
        $tpl = get_markup_template('profile_vcard.tpl');
        $o .= replace_macros(
                $tpl,