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/LC_Page.php

    r21588 r21693  
    105105        // スーパーフックポイントを実行. 
    106106        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    107         $objPlugin->doAction('lc_page_preProcess', array($this)); 
     107        $objPlugin->doAction('LC_Page_preProcess', array($this)); 
    108108 
    109109        // 店舗基本情報取得 
     
    134134 
    135135        // スーパーフックポイントを実行. 
    136         $objPlugin->doAction('lc_page_process', array($this)); 
     136        $objPlugin->doAction('LC_Page_process', array($this)); 
    137137 
    138138        $this->objDisplay->prepare($this); 
Note: See TracChangeset for help on using the changeset viewer.