Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -r16577 -r16591 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 16577) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 16591) @@ -1,6 +1,6 @@ NULL ), 'FormSubmittedTemplate' => Array ('type' => 'string', 'default' => null), - 'FriendlyURL' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'FriendlyURL' => Array ( + 'type' => 'string', + 'unique' => array(), + 'error_msgs' => array('unique' => '!la_error_FriendlyUrlIsNotUnique!'), + 'not_null' => 1, 'default' => '', + ), 'ThemeId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'EnablePageCache' => Array (