From 0d8adb439d47d2f30fc0d4edee029f40d3145316 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 10 Sep 2009 22:10:10 +0000 Subject: #306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild(). --- modules/node/node.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 62c11ce83..a9128ff88 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -465,8 +465,6 @@ function node_types_rebuild() { // Reset cached node type information so that the next access // will use the updated data. node_type_clear(); - // This is required for proper menu items at node/add/type. - menu_rebuild(); } /** -- cgit v1.2.3