Ticket #2262 (new バグ指摘) — at Initial Version

Opened 13 years ago

Last modified 13 years ago

LC_Page_Admin_Order_Edit.php内のif文の条件がおかしい

Reported by: tao Owned by: somebody
Priority: Milestone: EC-CUBE2.13.0
Component: 管理画面 Version: 2.12.4
Keywords: Cc:
修正済み: yes

Description

 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」ではないですか?
Note: See TracTickets for help on using tickets.