From: Zach Prezkuta Date: Sun, 23 Dec 2012 13:25:50 +0000 (-0700) Subject: one more place where the template engine is changed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9f4687260266b3332059251d94d7b698f82ef89;p=friendica.git one more place where the template engine is changed --- diff --git a/mod/profile.php b/mod/profile.php index 15a0224212..9e9af19834 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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);