diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 3d4be56b7a5e729908676e934f854406c3ad0420..d66101c6dc8bd9d2bda399b07de49a5b467957b8 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');