mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
Review changes
Replacements for ::delete() as well as changes to include use statements.
This commit is contained in:
parent
1a83b80dbd
commit
b995e858e6
6 changed files with 21 additions and 19 deletions
|
@ -116,7 +116,7 @@ class FKOAuthDataStore extends OAuthDataStore {
|
|||
|
||||
|
||||
if (!is_null($ret) && $uverifier!==false){
|
||||
del_config("oauth", $verifier);
|
||||
Config::delele("oauth", $verifier);
|
||||
/* $apps = PConfig::get($uverifier, "oauth", "apps");
|
||||
if ($apps===false) $apps=array();
|
||||
$apps[] = $consumer->key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue