diff options
-rw-r--r-- | modules/node/content_types.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index c74b33f2c..80dd1dc5d 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -243,7 +243,6 @@ function node_type_form_validate($form_id, $form_values) { if (isset($names[$type->name]) && $names[$type->name] != $old_type) { form_set_error('name', t('The human-readable name %name is already taken.', array('%name' => $names[$type->name]))); - break; } } |