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;