Index: branches/5.2.x/core/units/images/image_tag_processor.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 13840) +++ branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 14092) @@ -1,6 +1,6 @@ Application->BaseURL(), '/').'(.*)/', FULL_PATH.'/\\1', $path); + $file_helper =& $this->Application->recallObject('FileHelper'); + /* @var $file_helper FileHelper */ + + return $file_helper->urlToPath($path); } - // relative url - return FULL_PATH.'/'.mb_substr(THEMES_PATH, 1).'/'.$path; + // TODO: change to urlToPath usage later + // relative url (we add sort of does + + return FULL_PATH . '/' . mb_substr(THEMES_PATH, 1) . '/' . rawurldecode($path); } /**