]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / removeme.php
index b7bdaa9400c765e4a696666ff32940a93bd71a10..4257667c4b1bf663325cbc2e4fdbe1950a2456a9 100644 (file)
@@ -47,7 +47,7 @@ function removeme_content(App &$a) {
 
        $tpl = get_markup_template('removeme.tpl');
        $o .= replace_macros($tpl, array(
-               '$basedir' => $a->get_baseurl(),
+               '$basedir' => App::get_baseurl(),
                '$hash' => $hash,
                '$title' => t('Remove My Account'),
                '$desc' => t('This will completely remove your account. Once this has been done it is not recoverable.'),