Skip to content

Commit

Permalink
Fixing som package location in AuthComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 5, 2011
1 parent f844283 commit cacbab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Controller/Component/AuthComponent.php
Expand Up @@ -25,8 +25,8 @@
App::uses('Security', 'Utility');
App::uses('Debugger', 'Utility');
App::uses('CakeSession', 'Model/Datasource');
App::uses('BaseAuthorize', 'Component/Auth');
App::uses('BaseAuthenticate', 'Component/Auth');
App::uses('BaseAuthorize', 'Controller/Component/Auth');
App::uses('BaseAuthenticate', 'Controller/Component/Auth');

/**
* Authentication control component class
Expand Down

0 comments on commit cacbab1

Please sign in to comment.