--- Services/Twitter.php 2009-12-03 04:44:01.000000000 +0900 +++ ../Services/Twitter.php 2010-01-27 16:11:46.000000000 +0900 @@ -350,9 +350,8 @@ $body = implode("\r\n", $body); if ($this->_json_convert) { - if (@include_once 'Jsphon.php') { - include_once 'Services/Twitter/Jsphon.php'; - $body = Services_Twitter_Jsphon::decode($body); + if (@include_once 'Twitter/Jsphon.php') { + $body = Jsphon::decode($body); } } @@ -471,9 +470,8 @@ $body = implode("\r\n", $body); if ($this->_json_convert) { - if (@include_once 'Jsphon.php') { - include_once 'Services/Twitter/Jsphon.php'; - $body = Services_Twitter_Jsphon::decode($body); + if (@include_once 'Twitter/Jsphon.php') { + $body = Jsphon::decode($body); } }