Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
fixed namespace prefixing for the use of the Json\Json class
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Koopmanschap committed Mar 8, 2011
1 parent 2344f95 commit 58f65ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Service/Twitter/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function search($query, array $params = array())

switch($this->_responseType) {
case 'json':
return Json::decode($response->getBody());
return Json\Json::decode($response->getBody());
break;
case 'atom':
return Feed\Reader::importString($response->getBody());
Expand Down

0 comments on commit 58f65ce

Please sign in to comment.