bricoleurs / bricolage

Content management and publishing system
http://www.bricolagecms.org/
111 stars 51 forks source link

Fix for searches on the 'inactive' key #20

Closed gregheo closed 13 years ago

gregheo commented 13 years ago

list() or lookup() searches with { inactive => 0 } or { inactive => 1 } always return 0 results.

The patch updates the parameter list to remove the 'inactive' key after changing 'inactive' into the corresponding 'active' value.

theory commented 13 years ago

Applied, thanks!