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_AbstractMypage.php

    r20344 r20484  
    7777 
    7878            // 携帯端末IDが一致する会員が存在するかどうかをチェックする。 
    79             if (SC_Display::detectDevice() === DEVICE_TYPE_MOBILE){ 
     79            if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE){ 
    8080                $this->tpl_valid_phone_id = $objCustomer->checkMobilePhoneId(); 
    8181            } 
Note: See TracChangeset for help on using the changeset viewer.