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_Category.php

    r21689 r21693  
    7272        // フックポイント. 
    7373        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    74         $objPlugin->doAction('lc_page_admin_products_category_action_start', array($this)); 
     74        $objPlugin->doAction('LC_Page_Admin_Products_Category_action_before', array($this)); 
    7575 
    7676        $objDb      = new SC_Helper_DB_Ex(); 
     
    167167                // フックポイント. 
    168168                $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    169                 $objPlugin->doAction('lc_page_admin_products_category_action_csv', array($this)); 
     169                $objPlugin->doAction('LC_Page_Admin_Products_Category_action_csv', array($this)); 
    170170 
    171171                $objCSV->sfDownloadCsv('5', '', array(), '', true); 
     
    194194        // フックポイント. 
    195195        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    196         $objPlugin->doAction('lc_page_admin_products_category_action_end', array($this)); 
     196        $objPlugin->doAction('LC_Page_Admin_Products_Category_action_after', array($this)); 
    197197    } 
    198198 
Note: See TracChangeset for help on using the changeset viewer.