Skip to content
Snippets Groups Projects
Commit d15cdbd7 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2072589 by legolasbo: Remove Unused local variable from...

Issue #2072589 by legolasbo: Remove Unused local variable  from /core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php.
parent c5ef1c9c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -60,7 +60,6 @@ public function buildJoin($select_query, $table, $view_query) {
if (is_array($this->extra)) {
$extras = array();
foreach ($this->extra as $info) {
$extra = '';
// Figure out the table name. Remember, only use aliases provided
// if at all possible.
$join_table = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment