Closed (won't fix)
Project:
Flexifilter
Version:
6.x-1.1-rc2
Component:
Documentation - API.txt
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 22:28 UTC
Updated:
23 Oct 2011 at 04:28 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThis post is old, but in case anyone stumbles across it:
In your hook_flexifilters you need to return an array of of filters, you most likely only use "return array('label' => 'Your filter' ...);"
In stead you should use "return array(array('label'=>...))"
Btw. This issue should probably be closed :)
Comment #2
jarodms commentedThanks ronnil!