mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Move PConfig::load() to DI::pConfig()->load()
This commit is contained in:
parent
bc62d7ad0f
commit
2a35176588
2 changed files with 2 additions and 2 deletions
|
@ -580,7 +580,7 @@ function statusnet_post_hook(App $a, &$b)
|
|||
|
||||
Logger::log('GNU Socialpost invoked');
|
||||
|
||||
PConfig::load($b['uid'], 'statusnet');
|
||||
DI::pConfig()->load($b['uid'], 'statusnet');
|
||||
|
||||
$api = PConfig::get($b['uid'], 'statusnet', 'baseapi');
|
||||
$ckey = PConfig::get($b['uid'], 'statusnet', 'consumerkey');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue