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