Hey All,

Has anyone experienced any bugs using ACL when the ARO alias is purely
numeric?

When I use
$this->Acl->allow('380010', 'courses/add');
I get a node error:
Warning: DB_ACL::allow() - Invalid node in...

but when I use
$this->Acl->allow('a380010', 'courses/add');
all works out okay.
Should I be trying out the foreign_id?

Both aliases exist in the ARO table

Thanks for any help you can throw my way!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to