Loading core/modules/views/src/ManyToOneHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public function addTable($join = NULL, $alias = NULL) { $relationship = $this->handler->relationship; // Determine the primary table to seek. if (empty($this->handler->query->relationships[$relationship])) { if (!isset($relationship, $this->handler->query->relationships[$relationship]['base'])) { $base_table = $this->handler->view->storage->get('base_table'); } else { Loading Loading
core/modules/views/src/ManyToOneHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public function addTable($join = NULL, $alias = NULL) { $relationship = $this->handler->relationship; // Determine the primary table to seek. if (empty($this->handler->query->relationships[$relationship])) { if (!isset($relationship, $this->handler->query->relationships[$relationship]['base'])) { $base_table = $this->handler->view->storage->get('base_table'); } else { Loading