Ignore:
Timestamp:
2012/03/29 21:57:07 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 フックポイント名を変更

File:
1 edited

Legend:

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

    r21596 r21693  
    7575        // フックポイント. 
    7676        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    77         $objPlugin->doAction('lc_page_error_systemerror_start', array($this)); 
     77        $objPlugin->doAction('LC_Page_Error_SystemError_before', array($this)); 
    7878 
    7979        $this->tpl_error = 'システムエラーが発生しました。<br />大変お手数ですが、サイト管理者までご連絡ください。'; 
     
    9191        // フックポイント. 
    9292        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    93         $objPlugin->doAction('lc_page_error_systemerror_end', array($this)); 
     93        $objPlugin->doAction('LC_Page_Error_SystemError_after', array($this)); 
    9494    } 
    9595 
Note: See TracChangeset for help on using the changeset viewer.