summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 2398911f2..cc759d5d8 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -911,7 +911,7 @@ function node_menu($may_cache) {
'type' => MENU_LOCAL_TASK);
}
}
- else if (arg(0) == 'admin' && arg(1) == 'settings' && arg(2) == 'content-types' && is_string(arg(3))) {
+ else if (arg(0) == 'admin' && arg(1) == 'content' && arg(2) == 'types' && is_string(arg(3))) {
$items[] = array('path' => 'admin/content/types/'. arg(3),
'title' => t("'%name' content type", array('%name' => node_get_name(arg(3)))),
'type' => MENU_CALLBACK);