diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php index 410025b..f9910e0 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php @@ -55,13 +55,13 @@ class Comment extends WizardPluginBase { 'value' => TRUE, 'table' => 'comment', 'field' => 'status', - 'provider' => 'user' + 'provider' => 'comment' ), 'status_node' => array( 'value' => TRUE, 'table' => 'node_field_data', 'field' => 'status', - 'provider' => 'user', + 'provider' => 'node', 'relationship' => 'nid' ) );