Ignore:
Timestamp:
2012/05/21 18:08:45 (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

    r21583 r21845  
    4949 
    5050        $this->setTplMainpage($this->blocItems['tpl_path']); 
     51         
     52        // スーパーフックポイントを実行. 
     53        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
     54        $objPlugin->doAction('LC_Page_preProcess', array($this)); 
    5155 
    5256        // トランザクショントークンの検証と生成 
    5357        $this->setTokenTo(); 
     58         
     59        // ローカルフックポイントを実行. 
     60        $this->doLocalHookpointBefore($objPlugin); 
    5461    } 
    5562 
Note: See TracChangeset for help on using the changeset viewer.