Import ClassRegistry before using.

Fixes #3594
This commit is contained in:
mark_story 2013-02-01 10:46:25 -05:00
parent e0ce0ac8e3
commit 00078e007c

View file

@ -14,6 +14,7 @@
*/
App::uses('AclInterface', 'Controller/Component/Acl');
App::uses('Hash', 'Utility');
App::uses('ClassRegistry', 'Utility');
/**
* DbAcl implements an ACL control system in the database. ARO's and ACO's are