diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php index bbaae6fb1..d39effc0f 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php @@ -882,6 +882,19 @@ abstract class IdoQuery extends DbQuery return $this; } + /** + * Tell a hook to join a virtual table + * + * @param String $table + * @return $this + */ + protected function joinHookedVirtualTable($table) + { + $this->hookedVirtualTable[$table]->joinVirtualTable($table); + $this->joinedVirtualTables[$table] = true; + return $this; + } + /** * Get the table for a specific alias *