]> git.mxchange.org Git - friendica.git/commitdiff
one more place where the template engine is changed
authorZach Prezkuta <fermion@gmx.com>
Sun, 23 Dec 2012 13:25:50 +0000 (06:25 -0700)
committerZach Prezkuta <fermion@gmx.com>
Sun, 23 Dec 2012 13:25:50 +0000 (06:25 -0700)
mod/profile.php

index 15a02242124d7a63e311a6128680edf49919e38d..9e9af19834c0b6c89429cdfeb8b73ae9bd60e964 100644 (file)
@@ -33,7 +33,7 @@ function profile_init(&$a) {
                auto_redir($a, $which);
        }
 
-       $a->theme["template_engine"] = 'internal'; // reset the template engine to the default in case the user's theme doesn't specify one
+       set_template_engine($a); // reset the template engine to the default in case the user's theme doesn't specify one
        profile_load($a,$which,$profile);
 
        $blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);