diff options
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
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', |