Skip to content
Snippets Groups Projects
Commit 0d11cb1f authored by catch's avatar catch
Browse files

Issue #2909373 by karthikkumarbodu, xjm, mfernea, dawehner: Views...

Issue #2909373 by karthikkumarbodu, xjm, mfernea, dawehner: Views TaxonomyIndexTidDepth has a weird commented IN condition
parent 4d006efc
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
...@@ -55,7 +55,7 @@ public function query() { ...@@ -55,7 +55,7 @@ public function query() {
$operator = '='; $operator = '=';
} }
else { else {
$operator = 'IN';# " IN (" . implode(', ', array_fill(0, sizeof($this->value), '%d')) . ")"; $operator = 'IN';
} }
// The normal use of ensureMyTable() here breaks Views. // The normal use of ensureMyTable() here breaks Views.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment