Ignore:
Timestamp:
2011/01/19 15:46:57 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
File:
1 edited

Legend:

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

    r19962 r19972  
    207207                        $objCartSess->saveCurrentCart($objSiteSess->getUniqId()); 
    208208 
    209                         SC_Response_Ex::sendRedirect(URL_PATH . USER_DIR . 'gmopg_oneclick_confirm.php', array(), false, true); 
     209                        SC_Response_Ex::sendRedirect(ROOT_URLPATH . USER_DIR . 'gmopg_oneclick_confirm.php', array(), false, true); 
    210210                        exit; 
    211211                    } 
Note: See TracChangeset for help on using the changeset viewer.