From 87f1359158e847704e45dd0859c2d680c50fa2e4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 24 Oct 2006 20:31:25 +0000 Subject: - Patch #82938 by edkwh and natrak: error in comments admin page after clicking on Update without selecting any comments. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index c1489ed39..2ff367b82 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1019,7 +1019,7 @@ function comment_operations($action = NULL) { function comment_admin($type = 'new') { $edit = $_POST; - if ($edit['operation'] == 'delete') { + if ($edit['operation'] == 'delete' && $edit['comments']) { return drupal_get_form('comment_multiple_delete_confirm'); } else { -- cgit v1.2.3