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/admin/contents/LC_Page_Admin_Contents_FileView.php

    r21693 r21743  
    6262     */ 
    6363    function action() { 
    64         // フックポイント. 
    65         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    66         $objPlugin->doAction('LC_Page_Admin_Contents_FileView_action_before', array($this)); 
    6764 
    6865        switch ($this->getMode()) { 
     
    8178                    SC_Utils_Ex::sfDispError(''); 
    8279                } 
    83                 // フックポイント. 
    84                 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    85                 $objPlugin->doAction('LC_Page_Admin_Contents_FileView_action_after', array($this)); 
    86                 exit; 
     80 
     81                SC_Response_Ex::actionExit(); 
    8782            break; 
    8883        } 
     
    129124    /** 
    130125     * ファイル内容を表示する 
    131      *  
     126     * 
    132127     * @return void 
    133128     */ 
Note: See TracChangeset for help on using the changeset viewer.