Index: branches/5.0.x/core/units/images/image_tag_processor.php =================================================================== diff -u -N -r12299 -r12726 --- branches/5.0.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 12299) +++ branches/5.0.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 12726) @@ -1,6 +1,6 @@ Application->BaseURL(), '/'); - $sub_folder = $this->Application->IsAdmin() ? rtrim(IMAGES_PATH, '/') : THEMES_PATH; + $sub_folder = $this->Application->isAdmin ? rtrim(IMAGES_PATH, '/') : THEMES_PATH; if ($max_width > 0 || $max_height > 0) { $image_helper =& $this->Application->recallObject('ImageHelper');