mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
RepositoryQuery: Fix that the query is not passed as context in fetchAll()
This commit is contained in:
parent
477af43a2f
commit
48e6bdd6ce
@ -644,7 +644,8 @@ class RepositoryQuery implements QueryInterface, SortRules, FilterColumns, Itera
|
|||||||
$row->{$rule[0]} = $this->repository->retrieveColumn(
|
$row->{$rule[0]} = $this->repository->retrieveColumn(
|
||||||
$this->target,
|
$this->target,
|
||||||
$nativeAlias,
|
$nativeAlias,
|
||||||
$row->{$rule[0]}
|
$row->{$rule[0]},
|
||||||
|
$this
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} elseif (array_key_exists($rule[0], $flippedColumns)) {
|
} elseif (array_key_exists($rule[0], $flippedColumns)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user