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/mypage/LC_Page_Mypage.php

    r20162 r20484  
    5050        parent::init(); 
    5151        $this->tpl_mypageno = 'index'; 
    52         if (SC_Display::detectDevice() === DEVICE_TYPE_MOBILE){ 
     52        if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE){ 
    5353            $this->tpl_subtitle = 'MYページ'; 
    5454        } else { 
     
    8484                                         NAVI_PMAX, 
    8585                                         'pageno=#page#', 
    86                                          SC_Display::detectDevice() !== DEVICE_TYPE_MOBILE); 
     86                                         SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE); 
    8787 
    8888        $this->arrOrder = $this->lfGetOrderHistory($customer_id, $this->objNavi->start_row); 
Note: See TracChangeset for help on using the changeset viewer.