Index: trunk/core/kernel/utility/formatters.php =================================================================== diff -u -r2334 -r2336 --- trunk/core/kernel/utility/formatters.php (.../formatters.php) (revision 2334) +++ trunk/core/kernel/utility/formatters.php (.../formatters.php) (revision 2336) @@ -601,7 +601,7 @@ { $object->SetDBField($options['orig_name_field'], $value['name']); } - $ret = getArrayValue($options, 'include_path') ? $this->DestinationPath.$real_name : $real_name; + $ret = getArrayValue($options, 'upload_path') ? $real_name : $this->DestinationPath.$real_name; } } }