Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hugo.lallo’s picture

Status: Active » Needs review
FileSize
1.65 KB
oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.phpundefined
@@ -329,7 +329,7 @@ function alter_subquery_condition(AlterableInterface $query, &$conditions) {
+  function conditionNamespace($string) {

Add protected access modifier in front of the functions to adher to the new OOP standards.

hugo.lallo’s picture

hugo.lallo’s picture

Status: Needs work » Needs review
oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine by me !

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 875ee5c and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.