ObjectsTableHostTemplateChoice: fix method params

This commit is contained in:
Thomas Gelf 2021-12-01 23:50:29 +01:00
parent 215988c3ca
commit 37db546a0d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ObjectsTableHostTemplateChoice extends ObjectsTable
'templates' => 'GROUP_CONCAT(t.object_name)'
];
protected function applyObjectTypeFilter(ZfSelect $query)
protected function applyObjectTypeFilter(ZfSelect $query, ZfSelect $right = null)
{
return $query;
}