Skip to content

Commit

Permalink
Update EpiTwitter.php
Browse files Browse the repository at this point in the history
Fix for jmathai#194
  • Loading branch information
SvenRtbg committed Jan 29, 2014
1 parent a361018 commit 2be0bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiTwitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 2be0bc4

Please sign in to comment.