set sbs to null

This commit is contained in:
jrconlin
2010-11-04 22:16:11 -07:00
parent 1bf5d9f45f
commit 11cbbcf23e
+1
View File
@@ -107,6 +107,7 @@ class OAuthSimple {
function reset() {
$this->_parameters=null;
$this->path=null;
$this->sbs=null;
return $this;
}