mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:50:12 +00:00
Refactor dynamic App::getConfig() to static DI::config()
This commit is contained in:
parent
2bb9e46be3
commit
fceb4f3823
21 changed files with 38 additions and 66 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue