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/system/LC_Page_Admin_System_Input.php

    r21693 r21743  
    7171     */ 
    7272    function action() { 
    73         // フックポイント. 
    74         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    75         $objPlugin->doAction('LC_Page_Admin_System_Input_action_before', array($this)); 
    7673 
    7774        // ページ送りの処理 $_REQUEST['pageno']が信頼しうる値かどうかチェックする。 
     
    176173        $this->setTemplate($this->tpl_mainpage); 
    177174 
    178         // フックポイント. 
    179         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    180         $objPlugin->doAction('LC_Page_Admin_System_Input_action_after', array($this)); 
    181175    } 
    182176 
     
    245239 
    246240        switch ($mode) { 
    247         case 'new':  
     241        case 'new': 
    248242            // 管理者名が登録済みでないか 
    249243            if ($this->memberDataExists('name = ? AND del_flg = 0', $arrParams['name'])) { 
Note: See TracChangeset for help on using the changeset viewer.