Closed (fixed)
Project:
Administration theme
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 15:14 UTC
Updated:
29 Aug 2009 at 08:30 UTC
the rules module includes a module named rules_admin this module has a hook_theme function
the admin_theme module has a hook_admin_theme but it also loads the hook_theme function of the rules_admin module.
therefore a number of empty checkboxes are created on the admin theme settings page
perhaps the hook_admin_theme method should have another name to prevent namespace collisions as there are probably more modules with a *_admin_theme function name
Comments
Comment #1
Johnny vd Laar commentedfor now i've modified the admin_theme_list function into this:
Comment #2
davyvdb commentedThis has been fixed in CVS.