From 2be0bc4a0f80a5fcee2049ae9ab3a784ee12545a Mon Sep 17 00:00:00 2001 From: SvenRtbg Date: Wed, 29 Jan 2014 01:15:35 +0100 Subject: [PATCH] Update EpiTwitter.php Fix for #194 --- EpiTwitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpiTwitter.php b/EpiTwitter.php index fb7bea0..080cce6 100644 --- a/EpiTwitter.php +++ b/EpiTwitter.php @@ -81,7 +81,7 @@ public function __construct($consumerKey = null, $consumerSecret = null, $oauthT $this->setToken($oauthToken, $oauthTokenSecret); } - public function __call($name, $params = null/*, $username, $password*/) + public function __call($name, $params/*, $username, $password*/) { $parts = explode('_', $name); $method = strtoupper(array_shift($parts));