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/forgot/LC_Page_Forgot.php

    r21596 r21693  
    8989        // フックポイント. 
    9090        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    91         $objPlugin->doAction('lc_page_forgot_start', array($this)); 
     91        $objPlugin->doAction('LC_Page_Forgot_before', array($this)); 
    9292 
    9393        // パラメーター管理クラス 
     
    142142        // フックポイント. 
    143143        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    144         $objPlugin->doAction('lc_page_forgot_end', array($this)); 
     144        $objPlugin->doAction('LC_Page_Forgot_after', array($this)); 
    145145    } 
    146146 
Note: See TracChangeset for help on using the changeset viewer.