Skip to content

Commit

Permalink
Fix missing App::uses() added
Browse files Browse the repository at this point in the history
Fixes #2374

Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
euromark authored and markstory committed Dec 14, 2011
1 parent 102b96f commit 9d6ea57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Model/Aco.php
Expand Up @@ -17,6 +17,7 @@
*/

App::uses('AppModel', 'Model');
App::uses('AclNode', 'Model');

/**
* Access Control Object
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/Model/Aro.php
Expand Up @@ -17,6 +17,7 @@
*/

App::uses('AppModel', 'Model');
App::uses('AclNode', 'Model');

/**
* Access Request Object
Expand Down

0 comments on commit 9d6ea57

Please sign in to comment.