]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Bookmarklet.php
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
[friendica.git] / src / Module / Bookmarklet.php
index bae0e7c4d4ed3bbfa76ce8b874de5e2301ed5e18..93f790a37d7be77642a9a6a187d552bd77960a27 100644 (file)
@@ -21,7 +21,7 @@ class Bookmarklet extends BaseModule
                $_GET['mode'] = 'minimal';
 
                $app = DI::app();
-               $config = $app->getConfig();
+               $config = DI::config();
 
                if (!local_user()) {
                        $output = '<h2>' . L10n::t('Login') . '</h2>';