Changeset 10410

Show
Ignore:
Timestamp:
04/25/08 11:55:05 (5 years ago)
Author:
ariela
Message:

lang/php/Services_Twitter: Jsphonを同梱し、そのまま使用できるように変更

Location:
lang/php/Services_Twitter/src/Services
Files:
8 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/Services_Twitter/src/Services/Twitter.php

    r3520 r10410  
    614614         
    615615        if ($this->_json_convert) { 
    616             if (@include_once 'Jsphon.php') { 
    617                 include_once 'Services/Twitter/Jsphon.php'; 
    618                 $body = Services_Twitter_Jsphon::decode($body); 
     616            if (@include_once 'Services/Twitter/Jsphon.php') { 
     617                include_once 'Services/Twitter/Wrapper/Jsphon.php'; 
     618                $body = Services_Twitter_Wrapper_Jsphon::decode($body); 
    619619            } 
    620620        } 
     
    744744         
    745745        if ($this->_json_convert) { 
    746             if (@include_once 'Jsphon.php') { 
    747                 include_once 'Services/Twitter/Jsphon.php'; 
    748                 $body = Services_Twitter_Jsphon::decode($body); 
     746            if (@include_once 'Services/Twitter/Jsphon.php') { 
     747                include_once 'Services/Twitter/Wrapper/Jsphon.php'; 
     748                $body = Services_Twitter_Wrapper_Jsphon::decode($body); 
    749749            } 
    750750        }