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/shopping/LC_Page_Shopping.php

    r19832 r19833  
    143143                $objSiteSess->setRegistFlag(); 
    144144                // お支払い方法選択ページへ移動 
    145                 $this->objDisplay->redirect($this->getLocation(URL_SHOP_PAYMENT)); 
     145                $this->objDisplay->redirect($this->getLocation(SHOPPING_PAYMENT_URL_PATH)); 
    146146                exit; 
    147147            } 
     
    151151        case 'return': 
    152152            // 確認ページへ移動 
    153             $this->objDisplay->redirect($this->getLocation(URL_CART_TOP)); 
     153            $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 
    154154            exit; 
    155155            break; 
Note: See TracChangeset for help on using the changeset viewer.