id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
2312	SC_Helper_Mail::sfMakeSubject()の引数が足りなくてWarningが出る	shutta	shutta	"コミュニティにて、下記のご報告を頂いた。

会員登録時の引数が足らないというWarning[[BR]]
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13072&forum=10
{{{
2.12.5で会員登録時に、以下のwarningが出ます。

2013/07/29 18:08:58 [/entry/index.php] Warning(E_WARNING): Missing argument 2 for SC_Helper_Mail::sfMakeSubject(), called in /home/xxxxx/public_html/data/class/pages/entry/LC_Page_Entry.php on line 251 and defined on [/home/xxxxxxx/public_html/data/class/helper/SC_Helper_Mail.php(250)] from xxx.xxx.xxx.xxx

確かに、SC_Helper_Mail.phpの250行をみると、function sfMakeSubject($subject, &$objMailView) {　と引数が2つあるのですが、LC_Page_Entry.phpの251行をみると　$subject = $objHelperMail->sfMakeSubject('会員登録のご完了'); と引数が1つです。

これはこれで良いのでしょうか？
}}}"	バグ指摘	closed	低	EC-CUBE2.13.0	その他	2.12.5	修正済			1
