Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenianbei’s picture

Assigned: Unassigned » kenianbei
kenianbei’s picture

Status: Active » Needs review
FileSize
2.85 KB
dawehner’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.phpundefined
@@ -403,7 +403,7 @@ function add_table($table, $relationship = NULL, JoinPluginBase $join = NULL, $a
+  function queueTable($table, $relationship = NULL, JoinPluginBase $join = NULL, $alias = NULL) {

Should be a public method.

SpartyDan’s picture

Status: Needs work » Needs review
FileSize
2.85 KB

added public to function declaration.

Re-rolled

dawehner’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 466078c and pushed to 8.x. Thanks!

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