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.php

    r21693 r21743  
    8585     */ 
    8686    function action() { 
    87         // フックポイント. 
    88         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    89         $objPlugin->doAction('LC_Page_Error_action_before', array($this)); 
    9087 
    9188        switch ($this->type) { 
     
    165162                break; 
    166163        } 
    167         // フックポイント. 
    168         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    169         $objPlugin->doAction('LC_Page_Error_action_after', array($this)); 
     164 
    170165    } 
    171166 
Note: See TracChangeset for help on using the changeset viewer.