Closed (fixed)
Project:
Better Formats
Version:
6.x-1.1-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2009 at 13:20 UTC
Updated:
14 Jun 2009 at 16:50 UTC
When visitng the admin/settings/filters/defaults page the following errors come up:
warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/www/modules/better_formats/better_formats_defaults.admin.inc on line 176.
warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/www/modules/better_formats/better_formats_defaults.admin.inc on line 123.
Comments
Comment #1
dragonwize commentedok, this looks like it is probably caused by no roles having 'administer filter' or 'administer blocks' permissions assigned. I've corrected this. If you can confirm this, we can mark it fixed.
Comment #2
charos commentedHad same errors here. Confirmed it works once grant those permission on one role.
Comment #3
dragonwize commentedThanks charos. Commited.