Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/error/LC_Page_Error_DispError.php

    r22567 r22796  
    3333 * @version $Id$ 
    3434 */ 
    35 class LC_Page_Error_DispError extends LC_Page_Admin_Ex  
    36 { 
     35class LC_Page_Error_DispError extends LC_Page_Admin_Ex { 
    3736 
    3837    // }}} 
     
    4645     * @return void 
    4746     */ 
    48     function init() 
    49     { 
     47    function init() { 
    5048        $this->template = LOGIN_FRAME; 
    5149        $this->tpl_mainpage = 'login_error.tpl'; 
     
    5755        $objHelperPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    5856        $objHelperPlugin->arrRegistedPluginActions = array(); 
    59  
    60         // キャッシュから店舗情報取得(DBへの接続は行わない) 
    61         $this->arrSiteInfo = SC_Helper_DB_Ex::sfGetBasisDataCache(false); 
    6257    } 
    6358 
     
    6762     * @return void 
    6863     */ 
    69     function process() 
    70     { 
     64    function process() { 
    7165        $this->action(); 
    7266        $this->sendResponse(); 
     
    7872     * @return void 
    7973     */ 
    80     function action() 
    81     { 
     74    function action() { 
    8275 
    8376        switch ($this->type) { 
     
    107100     * @return void 
    108101     */ 
    109     function destroy() 
    110     { 
     102    function destroy() { 
    111103        parent::destroy(); 
    112104    } 
     
    115107     * エラーページではトランザクショントークンの自動検証は行わない 
    116108     */ 
    117     function doValidToken() 
    118     { 
     109    function doValidToken() { 
    119110        // queit. 
    120111    } 
Note: See TracChangeset for help on using the changeset viewer.