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 422e656c31734cc13ee47307bf52e24ccf1b6486..5fe82a1c282874177f71fe2e9046377f71796964 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
@@ -54,13 +54,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'
     )
   );