Ignore:
Timestamp:
2012/03/29 21:57:07 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 フックポイント名を変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Disp.php

    r21689 r21693  
    113113        // フックポイント. 
    114114        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    115         $objPlugin->doAction('lc_page_admin_order_disp_action_start', array($this)); 
     115        $objPlugin->doAction('LC_Page_Admin_Order_Disp_action_before', array($this)); 
    116116 
    117117        $objPurchase = new SC_Helper_Purchase_Ex(); 
     
    136136        // フックポイント. 
    137137        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    138         $objPlugin->doAction('lc_page_admin_order_disp_action_end', array($this)); 
     138        $objPlugin->doAction('LC_Page_Admin_Order_Disp_action_after', array($this)); 
    139139    } 
    140140 
Note: See TracChangeset for help on using the changeset viewer.