Index: modules/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment.module,v
retrieving revision 1.368
diff -u -p -r1.368 comment.module
--- modules/comment.module	30 Aug 2005 15:22:29 -0000	1.368
+++ modules/comment.module	1 Sep 2005 19:52:52 -0000
@@ -107,7 +107,7 @@ function comment_menu($may_cache) {
       'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
     $items[] = array('path' => 'admin/comment/list/approval', 'title' => t('approval queue'),
       'callback' => 'comment_admin_overview', 'access' => $access,
-      'callback arguments' => 'approval',
+      'callback arguments' => array('approval'),
       'type' => MENU_LOCAL_TASK);
 
     $items[] = array('path' => 'admin/comment/configure/settings', 'title' => t('settings'),
