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/mypage/LC_Page_Mypage_DownLoad.php

    r21596 r21693  
    8181        // フックポイント. 
    8282        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    83         $objPlugin->doAction('lc_page_mypage_download_action_start', array($this)); 
     83        $objPlugin->doAction('LC_Page_Mypage_DownLoad_action_before', array($this)); 
    8484 
    8585        // ログインチェック 
     
    101101        // フックポイント. 
    102102        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    103         $objPlugin->doAction('lc_page_mypage_download_action_end', array($this)); 
     103        $objPlugin->doAction('LC_Page_Mypage_DownLoad_action_after', array($this)); 
    104104    } 
    105105 
Note: See TracChangeset for help on using the changeset viewer.