]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
don't use load_view_file() except in email templates and install of htconfig - to...
[friendica.git] / mod / removeme.php
index 62b9a6d13aa561491ca8af6d9f7cfcdfcf6ae84e..89b08cdc52c7a4050833b5e9999c0f81bb353f01 100644 (file)
@@ -35,7 +35,7 @@ function removeme_content(&$a) {
 
        $_SESSION['remove_account_verify'] = $hash;
 
-       $tpl = load_view_file('view/removeme.tpl');
+       $tpl = file_get_contents('view/removeme.tpl');
        $o .= replace_macros($tpl, array(
                '$basedir' => $a->get_baseurl(),
                '$hash' => $hash,