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/SC_Response.php

    r19924 r19972  
    170170     */ 
    171171    function sendRedirectFromUrlPath($location, $arrQueryString = array(), $inheritQueryString = false, $useSsl = null) { 
    172         $location = URL_PATH . ltrim($location, '/'); 
     172        $location = ROOT_URLPATH . ltrim($location, '/'); 
    173173        SC_Response_Ex::sendRedirect($location, $arrQueryString, $inheritQueryString, $useSsl); 
    174174    } 
Note: See TracChangeset for help on using the changeset viewer.