id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
2262	LC_Page_Admin_Order_Edit.php内のif文の条件がおかしい	tao	Qwert	"http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=12792&post_id=58853&order=0&viewmode=flat&pid=58832&forum=9#forumpost58853

{{{
data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php関数 lfCheckError にて        $objProduct = new SC_Product_Ex();

        $arrErr = $objFormParam->checkError(); 

        if (!SC_Utils_Ex::isBlank($objErr->arrErr)) {
            return $arrErr;
        }
と記述されています。if文の判定は、「$objErr->arrErr」ではなく「$arrErr」ではないですか？
}}}"	バグ指摘	assigned	中	EC-CUBE2.13.0	管理画面	2.12.4				1
