Ignore:
Timestamp:
2012/04/18 18:45:37 (12 years ago)
Author:
shutta
Message:

#1766 拡張クラスの整備
拡張クラス(*_Ex)が抜けているものを補完(LC_Page_Upgrade_*, LC_Upgrade_helper_*以外)

File:
1 edited

Legend:

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

    r21767 r21771  
    194194        $netUrl->querystring = array_merge($netUrl->querystring, $arrQueryString); 
    195195 
    196         $session = SC_SessionFactory::getInstance(); 
     196        $session = SC_SessionFactory_Ex::getInstance(); 
    197197        if ((SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) 
    198198            || ($session->useCookie() == false) 
Note: See TracChangeset for help on using the changeset viewer.