Ignore:
Timestamp:
2012/05/25 19:45:13 (12 years ago)
Author:
h_yoshimoto
Message:

#1817 ブロッククラスではスーパーフックポイントは実行されない様に修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php

    r21845 r21855  
    5050        $this->setTplMainpage($this->blocItems['tpl_path']); 
    5151         
    52         // スーパーフックポイントを実行. 
    53         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    54         $objPlugin->doAction('LC_Page_preProcess', array($this)); 
    55  
    5652        // トランザクショントークンの検証と生成 
    5753        $this->setTokenTo(); 
    5854         
    5955        // ローカルフックポイントを実行. 
     56        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6057        $this->doLocalHookpointBefore($objPlugin); 
    6158    } 
Note: See TracChangeset for help on using the changeset viewer.