Index: branches/5.0.x/core/units/helpers/image_helper.php =================================================================== diff -u -r12873 -r12875 --- branches/5.0.x/core/units/helpers/image_helper.php (.../image_helper.php) (revision 12873) +++ branches/5.0.x/core/units/helpers/image_helper.php (.../image_helper.php) (revision 12875) @@ -1,6 +1,6 @@ 0 || $params['max_height'] > 0) { list ($params['target_width'], $params['target_height'], $needs_resize) = $this->GetImageDimensions($src_image, $params['max_width'], $params['max_height'], $params); Index: branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php =================================================================== diff -u -r12781 -r12875 --- branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 12781) +++ branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 12875) @@ -1,6 +1,6 @@ ResizeImage(FULL_PATH . str_replace('/', DIRECTORY_SEPARATOR, $upload_dir) . $value, $format); + return $image_helper->ResizeImage($value ? FULL_PATH . str_replace('/', DIRECTORY_SEPARATOR, $upload_dir) . $value : '', $format); } switch ($format) {