From 59d6ae63b1ea2513c9b1b3350799ede9201f8a58 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Tue, 7 Nov 2017 11:05:16 -0500 Subject: [PATCH] Spelling correction delete is not spelled delele! --- include/oauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;