From 21576021bfe440a0a02b0c179440f00e7182d321 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 23 Apr 2008 20:01:56 +0000 Subject: - Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6. --- modules/comment/comment.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/comment/comment.module') 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', ); -- cgit v1.2.3