Index: trunk/core/units/help/help_tag_processor.php =================================================================== diff -u -r1938 -r2604 --- trunk/core/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 1938) +++ trunk/core/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 2604) @@ -61,7 +61,7 @@ $oFCKeditor->Value = $help_data; $oFCKeditor->Config = Array( - 'UserFilesPath' => DOC_ROOT.BASE_PATH.'kernel/user_files', + 'UserFilesPath' => FULL_PATH.'kernel/user_files', 'ProjectPath' => $this->Application->ConfigValue('Site_Path'), 'CustomConfigurationsPath' => rtrim( $this->Application->BaseURL('/'.ADMIN_DIR.'/editor/inp_fckconfig.js'), '/'), );