IdoQuery: fix typo

This commit is contained in:
Thomas Gelf 2015-11-13 17:24:14 +01:00
parent 2589fbcf04
commit cd16206c7e

View File

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