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/order/LC_Page_Admin_Order_MailView.php

    r21693 r21743  
    6565     */ 
    6666    function action() { 
    67         // フックポイント. 
    68         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    69         $objPlugin->doAction('LC_Page_Admin_Order_MailView_action_before', array($this)); 
    7067 
    7168        $send_id = $_GET['send_id']; 
     
    7774        $this->setTemplate($this->tpl_mainpage); 
    7875 
    79         // フックポイント. 
    80         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    81         $objPlugin->doAction('LC_Page_Admin_Order_MailView_action_after', array($this)); 
    8276    } 
    8377 
    8478    /** 
    85      *  
     79     * 
    8680     * メールの履歴を取り出す。 
    8781     * @param int $send_id 
Note: See TracChangeset for help on using the changeset viewer.