Index: branches/RC/core/units/skins/skins_config.php =================================================================== diff -u -N -r10355 -r10832 --- branches/RC/core/units/skins/skins_config.php (.../skins_config.php) (revision 10355) +++ branches/RC/core/units/skins/skins_config.php (.../skins_config.php) (revision 10832) @@ -99,7 +99,7 @@ 'type'=>'string', 'formatter'=>'kUploadFormatter', 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! 'file_types'=>'*.jpg;*.gif;*.png', 'files_description'=>'!la_ImageFiles!', - 'upload_dir'=>'/system/user_files/', // relative to project's home + 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'as_image'=>true, 'thumb_width'=>100, 'thumb_height'=>100, 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic)