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/mypage/LC_Page_Mypage_Order.php

    r19805 r19833  
    8383            $objCartSess->addProduct(array($product_id, $product_class_id, $cate_id1, $cate_id2), $quantity); 
    8484        } 
    85         $this->objDisplay->redirect($this->getLocation(URL_CART_TOP)); 
     85        $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 
    8686    } 
    8787 
     
    133133            $objCartSess->addProduct(array($product_id, $product_class_id, $cate_id1, $cate_id2), $quantity); 
    134134        } 
    135         $this->objDisplay->redirect($this->getLocation(MOBILE_URL_CART_TOP)); 
     135        $this->objDisplay->redirect($this->getLocation(MOBILE_CART_URL_PATH)); 
    136136    } 
    137137 
Note: See TracChangeset for help on using the changeset viewer.