Changeset 19802 for branches/version-2_5-dev/data/class/SC_MobileImage.php
- Timestamp:
- 2010/12/31 10:46:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_MobileImage.php
r18701 r19802 92 92 foreach ($images[1] as $key => $path) { 93 93 $realpath = html_entity_decode($path, ENT_QUOTES); 94 $realpath = preg_replace('|^' . URL_ DIR . '|', HTML_PATH, $realpath);94 $realpath = preg_replace('|^' . URL_PATH . '|', HTML_FILE_PATH, $realpath); 95 95 $converted = $imageConverter->execute($realpath); 96 96 if (isset($converted['outputImageName'])) {
Note: See TracChangeset
for help on using the changeset viewer.
