Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.587
diff -u -F^f -r1.587 comment.module
--- modules/comment/comment.module	7 Oct 2007 19:25:57 -0000	1.587
+++ modules/comment/comment.module	14 Oct 2007 19:44:37 -0000
@@ -1284,7 +1284,7 @@ function comment_admin_overview_submit($
     }
     cache_clear_all();
     drupal_set_message(t('The update has been performed.'));
-    drupal_goto('admin/content/comment');
+    $form_state['redirect'] = 'admin/content/comment';
   }
 }
 
