Ignore:
Timestamp:
2011/01/13 15:32:10 (13 years ago)
Author:
Seasoft
Message:

#714(パス指定によるリダイレクトの記述を簡潔にする)

File:
1 edited

Legend:

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

    r19894 r19907  
    151151                    if ($this->cartdown == 2) { 
    152152                        // ダウンロード商品のみの場合はカート画面へ戻る 
    153                         $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 
     153                        SC_Response_Ex::sendRedirect(CART_URL_PATH); 
    154154                    } else { 
    155155                        $this->objDisplay->redirect(SHOPPING_URL); 
Note: See TracChangeset for help on using the changeset viewer.