--- modules/node/content_types.inc 2008-03-29 23:37:13.000000000 -0700 +++ modules/node/content_types.inc.mine 2008-03-29 23:30:23.000000000 -0700 @@ -332,10 +332,10 @@ } elseif ($status == SAVED_NEW) { drupal_set_message(t('The content type %name has been added.', $t_args)); - watchdog('node', 'Added content type %name.', $t_args, WATCHDOG_NOTICE, l(t('view'), 'admin/content/types')); + watchdog('node', 'Added content type %name.', $t_args, WATCHDOG_NOTICE, l(t('view'), 'admin/build/types')); } - $form_state['redirect'] = 'admin/content/types'; + $form_state['redirect'] = 'admin/build/types'; return; } @@ -390,7 +390,7 @@ $caption .= '

'. t('This action cannot be undone.') .'

'; - return confirm_form($form, $message, 'admin/content/types', $caption, t('Delete')); + return confirm_form($form, $message, 'admin/build/types', $caption, t('Delete')); } /** @@ -406,6 +406,6 @@ node_types_rebuild(); menu_rebuild(); - $form_state['redirect'] = 'admin/content/types'; + $form_state['redirect'] = 'admin/build/types'; return; }