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/entry/LC_Page_Entry_EmailMobile.php

    r21596 r21693  
    6666        // フックポイント. 
    6767        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    68         $objPlugin->doAction('lc_page_entry_emailmobile_action_start', array($this)); 
     68        $objPlugin->doAction('LC_Page_Entry_EmailMobile_action_before', array($this)); 
    6969 
    7070        $objCustomer    = new SC_Customer; 
     
    9292        // フックポイント. 
    9393        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    94         $objPlugin->doAction('lc_page_entry_emailmobile_action_end', array($this)); 
     94        $objPlugin->doAction('LC_Page_Entry_EmailMobile_action_after', array($this)); 
    9595    } 
    9696 
Note: See TracChangeset for help on using the changeset viewer.