Ignore:
Timestamp:
2011/03/04 19:51:32 (13 years ago)
Author:
shutta
Message:

拡張クラス(/class_extends/)が存在するのに基底クラス(/class/)のメソッドを呼び出している部分を拡張クラスに書き換え。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r20448 r20484  
    142142            } 
    143143 
    144             if (SC_Display::detectDevice() != DEVICE_TYPE_MOBILE) { 
     144            if (SC_Display_Ex::detectDevice() != DEVICE_TYPE_MOBILE) { 
    145145                echo SC_Utils_Ex::jsonEncode($arrSelectedDeliv); 
    146146                exit; 
     
    210210 
    211211        // モバイル用 ポストバック処理 
    212         if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     212        if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    213213            $this->tpl_mainpage = $this->getMobileMainpage($this->is_single_deliv, $this->getMode()); 
    214214        } 
Note: See TracChangeset for help on using the changeset viewer.