aboutsummaryrefslogtreecommitdiffstats
path: root/mod/removeme.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/removeme.php')
-rw-r--r--mod/removeme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeme.php b/mod/removeme.php
index 62b9a6d13..89b08cdc5 100644
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -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,