diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |