- Timestamp:
- 2012/03/06 20:11:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/error/LC_Page_Error_SystemError.php
r21592 r21594 73 73 */ 74 74 function action() { 75 // フックポイント. 76 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 77 $objPlugin->doAction('lc_page_error_systemerror_start', array($this)); 78 75 79 $this->tpl_error = 'システムエラーが発生しました。<br />大変お手数ですが、サイト管理者までご連絡ください。'; 76 80 … … 84 88 echo '</div>'; 85 89 } 90 91 // フックポイント. 92 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 93 $objPlugin->doAction('lc_page_error_systemerror_end', array($this)); 86 94 } 87 95
Note: See TracChangeset
for help on using the changeset viewer.