mirror of
https://github.com/jrconlin/oauthsimple.git
synced 2026-09-14 18:44:04 +00:00
Reset parameters to an empty list
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class OAuthSimple {
|
||||
* @return OAuthSimple (Object)
|
||||
*/
|
||||
public function reset() {
|
||||
$this->_parameters = TRUE;
|
||||
$this->_parameters = Array();
|
||||
$this->path = NULL;
|
||||
$this->sbs = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user