Closed (fixed)
Project:
ACL
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 18:20 UTC
Updated:
1 Apr 2009 at 23:30 UTC
acl_edit_form is calling _acl_edit_form, which is undefined. I get this by going to the 'Access Control' node tab supplied by content_access.module.
When I remove that extraneous underscore, I still get WSOD on that content_access node tab.
I had to roll back to Beta3.
Comments
Comment #1
salvisloads acl.admin.inc, which has _acl_edit_form(). I wonder why this is not working for you???
Comment #2
jody lynnThanks. This was our fault then- looks like the new acl.admin.inc didn't survive our CVS update/svn commit routine.
Comment #3
salvisGood, thanks for letting us know!