mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +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
|
@ -64,7 +64,7 @@ function numfriends_settings(&$a, &$s)
|
|||
|
||||
/* Get the current state of our config variable */
|
||||
|
||||
$numfriends = PConfig::get(local_user(), 'system', 'display_friend_count', 24);
|
||||
$numfriends = DI::pConfig()->get(local_user(), 'system', 'display_friend_count', 24);
|
||||
|
||||
/* Add some HTML to the existing form */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue