Hi there,
I'm wondering how to delete all acl entries in AlLL acl tables , if you are deleting a node?
"acl_node_clear_acls" only deletes the entry in the acl_node table. Did I overseen something?

Comments

salvis’s picture

Category: task » support
Status: Active » Fixed

One ACL can apply to multiple nids, and an ACL can exist and carry meaningful information (the list of uids) even at times when has no node to control.

If the client module really wants to delete the ACL, then it should call acl_delete_acl($acl_id).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.