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)) {
|
||||
return $this->joinHookedVirtualTable($name);
|
||||
return $this->joinHookedVirtualTable($this, $name);
|
||||
} else {
|
||||
return $this->joinVirtualTable($name);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue