]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Fix template_var hook
[friendica.git] / include / text.php
index a738a281f58423c15d4efc80e1241185548cc2a6..f89a64a5706b3e96c73d00874180eab4fdca619f 100644 (file)
@@ -19,10 +19,6 @@ function replace_macros($s,$r) {
 
        $stamp1 = microtime(true);
 
-       // "middleware": inject variables into templates
-       call_hooks("template_vars", $r);
-
-
        $a = get_app();
 
        $t = $a->template_engine();