Changeset 18122


Ignore:
Timestamp:
2009/06/17 14:09:27 (15 years ago)
Author:
kajiwara
Message:

#475 注文時、お届け先追加後の戻りがMyページに飛んでしまう場合がある不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php

    r17697 r18122  
    6666        if (isset($_GET['page'])) { 
    6767            $ParentPage = htmlspecialchars($_GET['page'],ENT_QUOTES); 
     68        }else if(isset($_POST['ParentPage'])) { 
     69            $ParentPage = htmlspecialchars($_POST['ParentPage'],ENT_QUOTES); 
    6870        } 
    6971        $this->ParentPage = $ParentPage; 
     
    129131                                SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR); 
    130132                            }else{ 
    131                                 $this->lfRegistData($_POST,$arrRegistColumn, $objCustomer);                                 
     133                                $this->lfRegistData($_POST,$arrRegistColumn, $objCustomer); 
    132134                            } 
    133135                        }else{ 
    134                             $this->lfRegistData($_POST,$arrRegistColumn, $objCustomer);                             
     136                            $this->lfRegistData($_POST,$arrRegistColumn, $objCustomer); 
    135137                        } 
    136138                    } 
Note: See TracChangeset for help on using the changeset viewer.