mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
IdoQuery: fix typo
This commit is contained in:
parent
2589fbcf04
commit
cd16206c7e
@ -890,7 +890,7 @@ abstract class IdoQuery extends DbQuery
|
|||||||
*/
|
*/
|
||||||
protected function joinHookedVirtualTable($table)
|
protected function joinHookedVirtualTable($table)
|
||||||
{
|
{
|
||||||
$this->hookedVirtualTable[$table]->joinVirtualTable($table);
|
$this->hookedVirtualTables[$table]->joinVirtualTable($table);
|
||||||
$this->joinedVirtualTables[$table] = true;
|
$this->joinedVirtualTables[$table] = true;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user