diff --git a/include/oauth.php b/include/oauth.php index ae7a4718f3..f89aedf6b7 100644 --- a/include/oauth.php +++ b/include/oauth.php @@ -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;