From 11cbbcf23e9bef4c029e856008dd3c514d074f0a Mon Sep 17 00:00:00 2001 From: jrconlin Date: Thu, 4 Nov 2010 22:16:11 -0700 Subject: [PATCH] set sbs to null --- php/OAuthSimple.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/OAuthSimple.php b/php/OAuthSimple.php index 9fe74ba..b6515fd 100644 --- a/php/OAuthSimple.php +++ b/php/OAuthSimple.php @@ -107,6 +107,7 @@ class OAuthSimple { function reset() { $this->_parameters=null; $this->path=null; + $this->sbs=null; return $this; }