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

    r21596 r21693  
    6464        // フックポイント. 
    6565        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    66         $objPlugin->doAction('lc_page_products_categorylist_action_start', array($this)); 
     66        $objPlugin->doAction('LC_Page_Products_CategoryList_action_before', array($this)); 
    6767 
    6868        // カテゴリIDの正当性チェック 
     
    7878        // フックポイント. 
    7979        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    80         $objPlugin->doAction('lc_page_products_categorylist_action_end', array($this)); 
     80        $objPlugin->doAction('LC_Page_Products_CategoryList_action_after', array($this)); 
    8181    } 
    8282 
Note: See TracChangeset for help on using the changeset viewer.