Loading core/modules/views/src/Plugin/views/HandlerBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -707,7 +707,7 @@ public function storeExposedInput($input, $status) { public function getJoin() { // Get the join from this table that links back to the base table. // Determine the primary table to seek. if (empty($this->query->relationships[$this->relationship])) { if (!isset($this->relationship) || empty($this->query->relationships[$this->relationship])) { $base_table = $this->view->storage->get('base_table'); } else { Loading Loading
core/modules/views/src/Plugin/views/HandlerBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -707,7 +707,7 @@ public function storeExposedInput($input, $status) { public function getJoin() { // Get the join from this table that links back to the base table. // Determine the primary table to seek. if (empty($this->query->relationships[$this->relationship])) { if (!isset($this->relationship) || empty($this->query->relationships[$this->relationship])) { $base_table = $this->view->storage->get('base_table'); } else { Loading