]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
remove now-unnecessary line in text.php
[friendica.git] / mod / profile.php
index 15a02242124d7a63e311a6128680edf49919e38d..25871c24059d3c77cf3dd0062eeed152014dd668 100644 (file)
@@ -33,7 +33,6 @@ 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
        profile_load($a,$which,$profile);
 
        $blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);