Index: trunk/core/kernel/utility/formatters.php =================================================================== diff -u -r2406 -r2604 --- trunk/core/kernel/utility/formatters.php (.../formatters.php) (revision 2406) +++ trunk/core/kernel/utility/formatters.php (.../formatters.php) (revision 2604) @@ -552,7 +552,7 @@ { if ($this->DestinationPath) { - $this->FullPath = DOC_ROOT.BASE_PATH.$this->DestinationPath; + $this->FullPath = FULL_PATH.$this->DestinationPath; } parent::kBase(); } @@ -567,7 +567,7 @@ if(getArrayValue($options, 'upload_dir')) { $this->DestinationPath = $options['upload_dir']; - $this->FullPath = DOC_ROOT.BASE_PATH.$this->DestinationPath; + $this->FullPath = FULL_PATH.$this->DestinationPath; } if (getArrayValue($value, 'upload') && getArrayValue($value, 'error') == UPLOAD_ERR_NO_FILE)