]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
Fix missing storage class
[friendica.git] / mod / removeme.php
index 30e332d328d070ffdfb72c749760cd6021db40ca..ecf65c04c1969747ef9462c1296dd6b14eb20973 100644 (file)
@@ -80,7 +80,7 @@ function removeme_content(App $a)
 
        $tpl = Renderer::getMarkupTemplate('removeme.tpl');
        $o = Renderer::replaceMacros($tpl, [
-               '$basedir' => $a->getBaseURL(),
+               '$basedir' => DI::baseUrl()->get(),
                '$hash' => $hash,
                '$title' => L10n::t('Remove My Account'),
                '$desc' => L10n::t('This will completely remove your account. Once this has been done it is not recoverable.'),