]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
Merge pull request #4440 from rabuzarus/20180211_-_fix_variables_part_two
[friendica.git] / mod / removeme.php
index 27d501d66131ed1b253f866c60c4c1a7481529f1..0363bf9f32990ad900d182c2c14bd5719b22eaf9 100644 (file)
@@ -49,7 +49,7 @@ function removeme_content(App $a)
        $_SESSION['remove_account_verify'] = $hash;
 
        $tpl = get_markup_template('removeme.tpl');
-       $o .= replace_macros($tpl, [
+       $o = replace_macros($tpl, [
                '$basedir' => System::baseUrl(),
                '$hash' => $hash,
                '$title' => L10n::t('Remove My Account'),