mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
Move PConfig::get() to DI::pConfig()->get()
This commit is contained in:
parent
2a35176588
commit
ea3a9052d8
42 changed files with 414 additions and 412 deletions
|
@ -46,7 +46,7 @@ function notimeline_settings(&$a, &$s)
|
|||
|
||||
/* Get the current state of our config variable */
|
||||
|
||||
$notimeline = PConfig::get(local_user(), 'system', 'no_wall_archive_widget', false);
|
||||
$notimeline = DI::pConfig()->get(local_user(), 'system', 'no_wall_archive_widget', false);
|
||||
|
||||
$notimeline_checked = (($notimeline) ? ' checked="checked" ' : '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue