Index: branches/5.0.x/core/units/help/help_tag_processor.php =================================================================== diff -u -r12117 -r12202 --- branches/5.0.x/core/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 12117) +++ branches/5.0.x/core/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 12202) @@ -1,6 +1,6 @@ Value = $help_data; $oFCKeditor->Config = Array( - 'UserFilesPath' => (defined('WRITEABLE') ? WRITEABLE : FULL_PATH.'/kernel') . '/user_files', + 'UserFilesPath' => WRITEABLE . '/user_files', 'ProjectPath' => $this->Application->ConfigValue('Site_Path'), 'CustomConfigurationsPath' => rtrim( $this->Application->BaseURL('/admin/editor/inp_fckconfig.js'), '/'), );