Ticket #1790 (closed バグ指摘: 修正済)
LC_Page_Mypage_DownLoadでフックポイントが実行されない
Reported by: | h_yoshimoto | Owned by: | h_yoshimoto |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE2.12.0 |
Component: | その他 | Version: | 2.12.0 β |
Keywords: | Cc: | ||
修正済み: | yes |
Description
プラグインフックポイントの LC_Page_Mypage_DownLoad_action_afterが実行されない
通常sendResponseは親のLC_Pageが実行しますが
このLC_Page_Mypage_DownLoadは作りが他のクラスと違い
sendResponseをオーバーライドして独自の処理を実行しています。
(after系のフックポイントはLC_Page::sendResponseで呼ばれます)
Change History
Note: See
TracTickets for help on using
tickets.
r21803 にて対応しました。