Ticket #1422 (closed バグ指摘: 修正済)
複数配送設定時に他の会員の情報が表示されてしまう
Reported by: | nanasess | Owned by: | nanasess |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE2.11.2 |
Component: | フロント | Version: | 2.11.1 |
Keywords: | Cc: | Seasoft | |
修正済み: | yes |
Description
source:/branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Multiple.php@21008#L77
$this->addrs = array_merge(array('' => '選択してください'), $this->addrs);
上記の処理で, $this->addrs の index が初期化されてしまうため, 他の会員の other_deliv_id を参照してしまう模様
Change History
Note: See
TracTickets for help on using
tickets.
r21109 修正しました