Review changes

Replacements for ::delete() as well as changes to include use statements.
This commit is contained in:
Adam Magness 2017-11-07 09:12:01 -05:00
parent 1a83b80dbd
commit b995e858e6
6 changed files with 21 additions and 19 deletions

View file

@ -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;