mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
IdoQuery: provide ourselves to the hook
This commit is contained in:
parent
cd16206c7e
commit
fd7165329a
@ -828,7 +828,7 @@ abstract class IdoQuery extends DbQuery
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->virtualTableIsHooked($name)) {
|
if ($this->virtualTableIsHooked($name)) {
|
||||||
return $this->joinHookedVirtualTable($name);
|
return $this->joinHookedVirtualTable($this, $name);
|
||||||
} else {
|
} else {
|
||||||
return $this->joinVirtualTable($name);
|
return $this->joinVirtualTable($name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user