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/contents/LC_Page_Admin_Contents_RecommendSearch.php

    r21689 r21693  
    6868        // フックポイント. 
    6969        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    70         $objPlugin->doAction('lc_page_admin_contents_recommendsearch_action_start', array($this)); 
     70        $objPlugin->doAction('LC_Page_Admin_Contents_RecommafterSearch_action_before', array($this)); 
    7171 
    7272        $objDb = new SC_Helper_DB_Ex(); 
     
    111111        // フックポイント. 
    112112        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    113         $objPlugin->doAction('lc_page_admin_contents_recommendsearch_action_end', array($this)); 
     113        $objPlugin->doAction('LC_Page_Admin_Contents_RecommafterSearch_action_after', array($this)); 
    114114    } 
    115115 
Note: See TracChangeset for help on using the changeset viewer.