Ignore:
Timestamp:
2011/03/04 21:54:51 (15 years ago)
Author:
shutta
Message:

SC_MobileUserAgentクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Response.php

    r20116 r20495  
    150150 
    151151        $session = SC_SessionFactory::getInstance(); 
    152         if (SC_MobileUserAgent::isMobile() || $session->useCookie() == false) { 
     152        if (SC_MobileUserAgent_Ex::isMobile() || $session->useCookie() == false) { 
    153153            $netUrl->addQueryString(session_name(), session_id()); 
    154154        } 
Note: See TracChangeset for help on using the changeset viewer.