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/entry/LC_Page_Entry.php

    r20477 r20484  
    184184        $arrResults["point"] = $CONF["welcome_point"]; 
    185185 
    186         if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     186        if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    187187            // 携帯メールアドレス 
    188188            $arrResults['email_mobile']     = $arrResults['email']; 
     
    255255    function lfCheckReferer(&$post, $referer){ 
    256256 
    257         if (SC_Display::detectDevice() !== DEVICE_TYPE_MOBILE 
     257        if (SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE 
    258258            && empty($post) 
    259259            && (preg_match('/kiyaku.php/', basename($referer)) === 0)) { 
Note: See TracChangeset for help on using the changeset viewer.