diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-28 00:48:26 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-28 00:48:26 +0000 |
commit | 03d5ff739e4a23ddd460d44d3bfe2f75aa6ebf1f (patch) | |
tree | 71efb3e3f3d962f5d7b461f3f6d719d123ad3d17 /modules/node/node.module | |
parent | 803bbf4f87298baf29ee740709949ccc60d0d01d (diff) | |
download | brdo-03d5ff739e4a23ddd460d44d3bfe2f75aa6ebf1f.tar.gz brdo-03d5ff739e4a23ddd460d44d3bfe2f75aa6ebf1f.tar.bz2 |
#136585 by hunmonk and pwolanin: fix too tight permissions on admin/content
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 246ff6c2f..02f2eae2b 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1146,7 +1146,7 @@ function node_menu() { 'position' => 'left', 'weight' => -10, 'page callback' => 'system_admin_menu_block_page', - 'access arguments' => array('administer site configuration'), + 'access arguments' => array('administer nodes'), 'file' => 'system.admin.inc', 'file path' => drupal_get_path('module', 'system'), ); |