X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FCommentViewsData.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FCommentViewsData.php;h=7fb74217c4c58b9683f8d3316c80c169e71e82bf;hp=ead61c1a33c467854d09049a1029e060c953c861;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/comment/src/CommentViewsData.php b/web/core/modules/comment/src/CommentViewsData.php index ead61c1a3..7fb74217c 100644 --- a/web/core/modules/comment/src/CommentViewsData.php +++ b/web/core/modules/comment/src/CommentViewsData.php @@ -214,7 +214,7 @@ class CommentViewsData extends EntityViewsData { [ 'field' => 'entity_type', 'value' => $type, - 'table' => 'comment_field_data' + 'table' => 'comment_field_data', ], ], ], @@ -235,7 +235,7 @@ class CommentViewsData extends EntityViewsData { // Define the base group of this table. Fields that don't have a group defined // will go into this field by default. - $data['comment_entity_statistics']['table']['group'] = $this->t('Comment Statistics'); + $data['comment_entity_statistics']['table']['group'] = $this->t('Comment Statistics'); // Provide a relationship for each entity type except comment. foreach ($entities_types as $type => $entity_type) {