Index: branches/RC/core/units/images/image_tag_processor.php =================================================================== diff -u -r11404 -r11419 --- branches/RC/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 11404) +++ branches/RC/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 11419) @@ -232,7 +232,7 @@ } } - if ($ret && $ret != $base_url && file_exists($ret)) { + if ($ret && $ret != $base_url/* && file_exists($ret)*/) { // image name and it's not just folder name return $ret; }