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/products/LC_Page_Products_Detail.php

    r20463 r20484  
    137137 
    138138        // モバイル用 規格選択セレクトボックスの作成 
    139         if(SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     139        if(SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    140140            $this->lfMakeSelectMobile($this, $product_id,$this->objFormParam->getValue('classcategory_id1')); 
    141141        } 
     
    180180 
    181181        // モバイル用 ポストバック処理 
    182         if(SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     182        if(SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    183183            switch($this->mode) { 
    184184                case 'select': 
Note: See TracChangeset for help on using the changeset viewer.