Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

File:
1 edited

Legend:

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

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