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/products/LC_Page_Admin_Products_ReviewEdit.php

    r21689 r21693  
    7575        // フックポイント. 
    7676        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    77         $objPlugin->doAction('lc_page_admin_products_reviewedit_action_start', array($this)); 
     77        $objPlugin->doAction('LC_Page_Admin_Products_ReviewEdit_action_before', array($this)); 
    7878 
    7979        // パラメーター情報の初期化 
     
    106106        // フックポイント. 
    107107        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    108         $objPlugin->doAction('lc_page_admin_products_reviewedit_action_end', array($this)); 
     108        $objPlugin->doAction('LC_Page_Admin_Products_ReviewEdit_action_after', array($this)); 
    109109    } 
    110110 
Note: See TracChangeset for help on using the changeset viewer.