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/products/LC_Page_Products_List.php

    r19865 r19907  
    166166                $objCartSess = new SC_CartSession(); 
    167167                $objCartSess->addProduct($product_class_id, $this->arrForm['quantity'], $product_type); 
    168                 $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 
     168                SC_Response_Ex::sendRedirect(CART_URL_PATH); 
    169169                exit; 
    170170            } 
Note: See TracChangeset for help on using the changeset viewer.