IdoQuery: provide ourselves to the hook

This commit is contained in:
Thomas Gelf 2015-11-13 17:25:04 +01:00
parent cd16206c7e
commit fd7165329a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}