IdoQuery: fix typo

This commit is contained in:
Thomas Gelf 2015-11-13 17:24:14 +01:00
parent 2589fbcf04
commit cd16206c7e
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ abstract class IdoQuery extends DbQuery
*/
protected function joinHookedVirtualTable($table)
{
$this->hookedVirtualTable[$table]->joinVirtualTable($table);
$this->hookedVirtualTables[$table]->joinVirtualTable($table);
$this->joinedVirtualTables[$table] = true;
return $this;
}