Spelling correction
delete is not spelled delele!
This commit is contained in:
parent
b995e858e6
commit
59d6ae63b1
|
@ -116,7 +116,7 @@ class FKOAuthDataStore extends OAuthDataStore {
|
||||||
|
|
||||||
|
|
||||||
if (!is_null($ret) && $uverifier!==false){
|
if (!is_null($ret) && $uverifier!==false){
|
||||||
Config::delele("oauth", $verifier);
|
Config::delete("oauth", $verifier);
|
||||||
/* $apps = PConfig::get($uverifier, "oauth", "apps");
|
/* $apps = PConfig::get($uverifier, "oauth", "apps");
|
||||||
if ($apps===false) $apps=array();
|
if ($apps===false) $apps=array();
|
||||||
$apps[] = $consumer->key;
|
$apps[] = $consumer->key;
|
||||||
|
|
Loading…
Reference in a new issue