From 5dcacebf263096cc79f4a2ca05ad39a4d62888ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 24 Nov 2007 20:59:32 +0000 Subject: #194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway --- 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 5b23b5ac2..967c0a5c8 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1335,7 +1335,7 @@ function node_menu() { 'title' => 'Content', 'page callback' => 'node_page_default', 'access arguments' => array('access content'), - 'type' => MENU_MODIFIABLE_BY_ADMIN, + 'type' => MENU_CALLBACK, ); $items['node/add'] = array( 'title' => 'Create content', -- cgit v1.2.3