Skip to content

Commit

Permalink
API changes in getFilterOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jan 31, 2013
1 parent ebbfdea commit 5faec7e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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');
Expand Down

0 comments on commit 5faec7e

Please sign in to comment.