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/forgot/LC_Page_Forgot.php

    r20344 r20484  
    6363        $masterData = new SC_DB_MasterData_Ex(); 
    6464        $this->arrReminder = $masterData->getMasterData("mtb_reminder"); 
    65         $this->device_type = SC_Display::detectDevice(); 
     65        $this->device_type = SC_Display_Ex::detectDevice(); 
    6666        $this->httpCacheControl('nocache'); 
    6767        // デフォルトログインアドレスロード 
Note: See TracChangeset for help on using the changeset viewer.