Index: branches/RC/core/units/skins/skins_config.php =================================================================== diff -u -N -r11635 -r11722 --- branches/RC/core/units/skins/skins_config.php (.../skins_config.php) (revision 11635) +++ branches/RC/core/units/skins/skins_config.php (.../skins_config.php) (revision 11722) @@ -93,7 +93,7 @@ ), 'Fields' => Array ( 'SkinId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Name' => Array ('type' => 'string', 'max_len' => 255, 'default' => NULL), + 'Name' => Array ('type' => 'string', 'max_len' => 255, 'required' => 1, 'default' => NULL), 'CSS' => Array ('type' => 'string', 'default' => NULL), 'Logo' => Array( 'type'=>'string', 'formatter'=>'kUploadFormatter',