From 5b705db2265c77bc2ad8bd538b21da93be182121 Mon Sep 17 00:00:00 2001 From: jr conlin Date: Fri, 13 Jan 2012 07:56:48 -0800 Subject: [PATCH] Reset parameters to an empty list --- php/OAuthSimple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/OAuthSimple.php b/php/OAuthSimple.php index 1567bdc..0f3671d 100644 --- a/php/OAuthSimple.php +++ b/php/OAuthSimple.php @@ -51,7 +51,7 @@ class OAuthSimple { * @return OAuthSimple (Object) */ public function reset() { - $this->_parameters = TRUE; + $this->_parameters = Array(); $this->path = NULL; $this->sbs = NULL;