From eaf354017509ce7f43da89f1ec53986cdca57f2a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 2 Aug 2006 13:44:07 +0000 Subject: - Patch #76702 by timcn: fixed some broken admin pages. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') 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); -- cgit v1.2.3