function comment_update_8002 in Drupal 8
Clear caches to fix Comment Views context filter.
File
- core/
modules/ comment/ comment.install, line 154 - Install, update and uninstall functions for the Comment module.
Code
function comment_update_8002() {
// Empty update to cause a cache flush.
}