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_MobileImage.php

    r19943 r19972  
    9292            foreach ($images[1] as $key => $path) { 
    9393                $realpath = html_entity_decode($path, ENT_QUOTES); 
    94                 $realpath = preg_replace('|^' . URL_PATH . '|', HTML_REALDIR, $realpath); 
     94                $realpath = preg_replace('|^' . ROOT_URLPATH . '|', HTML_REALDIR, $realpath); 
    9595                $converted = $imageConverter->execute($realpath); 
    9696                if (isset($converted['outputImageName'])) { 
Note: See TracChangeset for help on using the changeset viewer.