mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
PConfig update
updates to use PConfig::load()
This commit is contained in:
parent
9a8b0948b8
commit
718f739df2
2 changed files with 2 additions and 2 deletions
|
@ -567,7 +567,7 @@ function statusnet_post_hook(&$a,&$b) {
|
|||
|
||||
logger('GNU Socialpost invoked');
|
||||
|
||||
load_pconfig($b['uid'], 'statusnet');
|
||||
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