id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
1816	SC_Helper_Parchase::sendOrderMail実行時にfatal error	adachi	somebody	"== 概要 ==
SC_Helper_Parchase::sendOrderMailを実行時に、FatalErrorが発生

== 詳細 ==
{{{
Catchable fatal error: Argument 1 passed to SC_View::setPage() must be an instance of LC_Page_Ex, null given, called in /home/web/kajiwara.ec-cube.net/html/eccube-2.12.0rc/data/class/helper/SC_Helper_Mail.php on line 190 and defined in /home/web/kajiwara.ec-cube.net/html/eccube-2.12.0rc/data/class/SC_View.php on line 114
}}}

#1797, #1798 で, メールテンプレート使用時にプラグインフックポイントが動作するように修正されたが、
SC_Helper_Parchaseには, LC_Pageオブジェクトは渡されないため, SC_View::setPageにはnullが渡る. SC_View::setPageは引数としてLC_Page_Exを期待しているため, 引数がnullの場合, fatal errorが発生する



"	バグ指摘	closed	中	EC-CUBE2.12.0	フロント	2.12.0 β	修正済		adachi	1
