mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Remove duplicate line in IdoQuery
I introduced this w/ 4522cf5090ef7a514466637f8cae7dbb4c2f67b3.
This commit is contained in:
parent
4522cf5090
commit
3ed13366a8
@ -496,7 +496,6 @@ abstract class IdoQuery extends DbQuery
|
||||
in_array($filter->getColumn(), $this->columnsWithoutCollation)
|
||||
&& strpos($filter->getColumn(), 'LOWER') !== 0
|
||||
) {
|
||||
$filter->setColumn('LOWER(' . $filter->getColumn() . ')');
|
||||
$filter->setColumn('LOWER(' . $filter->getColumn() . ')');
|
||||
$expression = $filter->getExpression();
|
||||
if (is_array($expression)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user