Ignore:
Timestamp:
2012/04/15 03:05:06 (12 years ago)
Author:
AMUAMU
Message:

#1754 (exit;を個別の処理でしない) #1692 (プラグイン機能) 各ファイルでフックポイントの呼出を書かないで、自動的にフックポイントを呼び出すように修正。

File:
1 edited

Legend:

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

    r21727 r21743  
    7373     */ 
    7474    function action() { 
    75         // フックポイント. 
    76         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    77         $objPlugin->doAction('LC_Page_Error_SystemError_before', array($this)); 
    7875 
    7976        $this->tpl_error = 'システムエラーが発生しました。<br />大変お手数ですが、サイト管理者までご連絡ください。'; 
     
    8986        } 
    9087 
    91         // フックポイント. 
    92         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    93         $objPlugin->doAction('LC_Page_Error_SystemError_after', array($this)); 
     88 
    9489    } 
    9590 
Note: See TracChangeset for help on using the changeset viewer.