diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-23 20:01:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-23 20:01:56 +0000 |
commit | 21576021bfe440a0a02b0c179440f00e7182d321 (patch) | |
tree | acc3e15e529a4d07827992561dc8053360f61e35 /modules/comment/comment.module | |
parent | 63406e5268e564acb83078eb3beb1abdfefee0ec (diff) | |
download | brdo-21576021bfe440a0a02b0c179440f00e7182d321.tar.gz brdo-21576021bfe440a0a02b0c179440f00e7182d321.tar.bz2 |
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index feb069c94..05fe9a11e 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -188,6 +188,7 @@ function comment_menu() { $items['admin/content/comment/approval'] = array( 'title' => 'Approval queue', 'page arguments' => array('approval'), + 'access arguments' => array('administer comments'), 'type' => MENU_LOCAL_TASK, 'file' => 'comment.admin.inc', ); |