Spelling correction

delete is not spelled delele!
This commit is contained in:
Adam Magness 2017-11-07 11:05:16 -05:00
parent b995e858e6
commit 59d6ae63b1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class FKOAuthDataStore extends OAuthDataStore {
if (!is_null($ret) && $uverifier!==false){
Config::delele("oauth", $verifier);
Config::delete("oauth", $verifier);
/* $apps = PConfig::get($uverifier, "oauth", "apps");
if ($apps===false) $apps=array();
$apps[] = $consumer->key;