id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
2500	管理画面：おすすめ商品の商品選択で入力値チェックはいるの？	kimoto	somebody	"http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=14156&forum=11

{{{
data/class/pages/admin/contents/LC_Page_Admin_Contents_Recommend.php
            case 'set_item': // 商品を選択する。
                $this->arrErr = $this->lfCheckError($objFormParam);
                $arrPost = $objFormParam->getHashArray();
                if (SC_Utils_Ex::isBlank($this->arrErr['rank']) && SC_Utils_Ex::isBlank($this->arrErr['product_id'])) {
                    $arrItems = $this->setProducts($arrPost, $this->getRecommendProducts($objRecommend));
                    $this->checkRank = $arrPost['rank'];
                }
                break;
ここで、商品を選択するにあたり、lfCheckErrorを呼ぶ必要があるのでしょうか？
}}}"	改善提案	new	中	EC-CUBE2.13.x	管理画面	2.13.0				0
