Ignore:
Timestamp:
2011/01/17 14:53:52 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータサフィックスの変更 *_URL_PATH → *_URLPATH
File:
1 edited

Legend:

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

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