summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 3d4be56b7..d66101c6d 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1152,8 +1152,8 @@ function comment_multiple_delete_confirm_submit($form_id, $edit) {
$comment = _comment_load($cid);
_comment_delete_thread($comment);
_comment_update_node_statistics($comment->nid);
- cache_clear_all();
}
+ cache_clear_all();
drupal_set_message(t('The comments have been deleted.'));
}
drupal_goto('admin/content/comment');