Ignore:
Timestamp:
2011/03/04 21:58:48 (13 years ago)
Author:
shutta
Message:

SC_Cookieクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php

    r20484 r20496  
    6666        $this->httpCacheControl('nocache'); 
    6767        // デフォルトログインアドレスロード 
    68         $objCookie = new SC_Cookie(COOKIE_EXPIRE); 
     68        $objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE); 
    6969        $this->tpl_login_email = $objCookie->getCookie('login_email');         
    7070    } 
Note: See TracChangeset for help on using the changeset viewer.