diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-25 11:49:37 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-25 11:49:37 +0000 |
commit | a8d2453b178fd2a29edb41a4a0e936bc08bb999a (patch) | |
tree | 1255baef359f193d8fc80086b5a84876373ef2b6 /modules/node | |
parent | 1ccd9a75feb283dfa4ea96410fb8d7b1cf75d10a (diff) | |
download | brdo-a8d2453b178fd2a29edb41a4a0e936bc08bb999a.tar.gz brdo-a8d2453b178fd2a29edb41a4a0e936bc08bb999a.tar.bz2 |
#177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 7ea3578a4..93e654753 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1273,17 +1273,6 @@ function _node_add_access() { * Implementation of hook_menu(). */ function node_menu() { - $items['admin/content'] = array( - 'title' => 'Content management', - 'description' => "Manage your site's content.", - 'position' => 'left', - 'weight' => -10, - 'page callback' => 'system_admin_menu_block_page', - 'access arguments' => array('administer nodes'), - 'file' => 'system.admin.inc', - 'file path' => drupal_get_path('module', 'system'), - ); - $items['admin/content/node'] = array( 'title' => 'Content', 'description' => "View, edit, and delete your site's content.", |