Changeset 23325


Ignore:
Timestamp:
2014/01/13 17:54:20 (10 years ago)
Author:
undertree
Message:

#2490 管理画面:おすすめ商品でコメント欄エラーでも、メッセージがでない。修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_Recommend.php

    r23324 r23325  
    8989            case 'regist': // 商品を登録する。 
    9090                $this->arrErr = $this->lfCheckError($objFormParam); 
     91                $this->arrErr[$arrPost['rank']] = $this->lfCheckError($objFormParam); 
    9192                // 登録処理にエラーがあった場合は商品選択の時と同じ処理を行う。 
    9293                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
Note: See TracChangeset for help on using the changeset viewer.