Reset parameters to an empty list

This commit is contained in:
jr conlin
2012-01-13 07:56:48 -08:00
parent 043fea6ebc
commit 5b705db226
+1 -1
View File
@@ -51,7 +51,7 @@ class OAuthSimple {
* @return OAuthSimple (Object)
*/
public function reset() {
$this->_parameters = TRUE;
$this->_parameters = Array();
$this->path = NULL;
$this->sbs = NULL;