Browse Source

Import ClassRegistry before using.

Fixes #3594
mark_story 13 years ago
parent
commit
00078e007c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Controller/Component/Acl/DbAcl.php

+ 1 - 0
lib/Cake/Controller/Component/Acl/DbAcl.php

@@ -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