Ignore:
Timestamp:
2012/05/02 11:42:23 (12 years ago)
Author:
h_yoshimoto
Message:

#1790 LC_Page_Mypage_DownLoadでフックポイントが実行されないバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php

    r21750 r21803  
    9696            SC_Utils_Ex::sfDispSiteError(DOWNFILE_NOT_FOUND,'',true); 
    9797        } 
    98  
     98         
    9999    } 
    100100 
     
    106106     */ 
    107107    function sendResponse() { 
     108        // TODO sendResponseをオーバーライドしている為、afterフックポイントが実行されない.直接実行する.(#1790 ) 
     109        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
     110        $objPlugin->doAction('LC_Page_Mypage_DownLoad_action_after', array($this)); 
     111         
    108112        $this->objDisplay->noAction(); 
    109113 
Note: See TracChangeset for help on using the changeset viewer.