]> git.mxchange.org Git - friendica.git/blobdiff - include/oauth.php
Spelling correction
[friendica.git] / include / oauth.php
index ae7a4718f387f6daf715badbe4ed21cf5b395c49..f89aedf6b72300dc8b983adea0b3d1b803992cc5 100644 (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;