Index: branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php =================================================================== diff -u -N -r12734 -r12781 --- branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 12734) +++ branches/5.0.x/core/kernel/utility/formatters/upload_formatter.php (.../upload_formatter.php) (revision 12781) @@ -1,6 +1,6 @@ Application->recallObject('ImageHelper'); /* @var $image_helper ImageHelper */ + if (array_key_exists('include_path', $options) && $options['include_path']) { + // relative path is already included in field + $upload_dir = ''; + } + return $image_helper->ResizeImage(FULL_PATH . str_replace('/', DIRECTORY_SEPARATOR, $upload_dir) . $value, $format); }