From 5faec7e57c4a3547389ef1cb2bafca6ae393aa3b Mon Sep 17 00:00:00 2001 From: Christian Schiffler Date: Thu, 31 Jan 2013 16:23:49 +0100 Subject: [PATCH] API changes in getFilterOptions() --- .../modules/metamodelsattribute_tags/MetaModelAttributeTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php b/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php index e33d0c4..b866ff7 100644 --- a/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php +++ b/src/system/modules/metamodelsattribute_tags/MetaModelAttributeTags.php @@ -141,7 +141,7 @@ public function widgetToValue($varValue, $intId) * Fetch filter options from foreign table. * */ - public function getFilterOptions($arrIds = array()) + public function getFilterOptions($arrIds, $usedOnly) { $strTableName = $this->get('tag_table'); $strColNameId = $this->get('tag_id');