Skip to content

Commit

Permalink
Fix syntax error in Twitter API Object
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Sep 23, 2012
1 parent baa98e6 commit aadd09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/api/MY_Twitter_Api_Object.php
Expand Up @@ -89,7 +89,7 @@ private function _list_twitter_msgs()
//No record found.
if ($items->count() == 0)
{
$this-response_data = $this->response(4);
$this->response_data = $this->response(4);
return;
}

Expand Down

0 comments on commit aadd09e

Please sign in to comment.