X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fremoveme.php;h=6a56963b6c8a8426ca75613b89ab46f976682250;hb=4ba29089d27912fc0e742fb1e1d1c12b6719c5c5;hp=62b9a6d13aa561491ca8af6d9f7cfcdfcf6ae84e;hpb=c26463b65b4b98f9aca77781fd74a7fe99f73814;p=friendica.git diff --git a/mod/removeme.php b/mod/removeme.php index 62b9a6d13a..6a56963b6c 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 = get_markup_template('removeme.tpl'); $o .= replace_macros($tpl, array( '$basedir' => $a->get_baseurl(), '$hash' => $hash,