Changeset 21295


Ignore:
Timestamp:
2011/10/21 16:18:21 (13 years ago)
Author:
shutta
Message:

refs #1515 (モバイル> 携帯メールアドレスを登録した会員でカートからログインすると画面が真っ白になる)
r21138 での修正の影響。
遷移先が指定されずにexitされてしまっていたのを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r21291 r21295  
    139139                                                                       $objSiteSess))); 
    140140                    exit; 
    141                 } else { 
    142                     SC_Response_Ex::sendRedirect( 
    143                             $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 
    144                                                    $objCustomer, $objPurchase, 
    145                                                    $objSiteSess)); 
    146141                } 
     142 
     143                SC_Response_Ex::sendRedirect( 
     144                        $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 
     145                                               $objCustomer, $objPurchase, 
     146                                               $objSiteSess)); 
    147147                exit; 
    148148            } 
Note: See TracChangeset for help on using the changeset viewer.