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

    r19921 r19972  
    351351        // $path が / で始まっている場合 
    352352        if (substr($path, 0, 1) == '/') { 
    353             $realPath = realpath($htmlPath . substr_replace($path, '', 0, strlen(URL_PATH))); 
     353            $realPath = realpath($htmlPath . substr_replace($path, '', 0, strlen(ROOT_URLPATH))); 
    354354        // 相対パスの場合 
    355355        } else { 
Note: See TracChangeset for help on using the changeset viewer.