ObjectsTableHostTemplateChoice: fix method params
This commit is contained in:
parent
215988c3ca
commit
37db546a0d
|
@ -11,7 +11,7 @@ class ObjectsTableHostTemplateChoice extends ObjectsTable
|
||||||
'templates' => 'GROUP_CONCAT(t.object_name)'
|
'templates' => 'GROUP_CONCAT(t.object_name)'
|
||||||
];
|
];
|
||||||
|
|
||||||
protected function applyObjectTypeFilter(ZfSelect $query)
|
protected function applyObjectTypeFilter(ZfSelect $query, ZfSelect $right = null)
|
||||||
{
|
{
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue