Refactor dynamic App::getConfig() to static DI::config()
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user