Moving an import.

This commit is contained in:
mark_story 2011-01-21 16:24:43 -05:00
parent fd8fb1225d
commit dc03e4f26c
2 changed files with 1 additions and 1 deletions

View file

@ -12,6 +12,7 @@
* @link http://cakephp.org CakePHP(tm) Project * @link http://cakephp.org CakePHP(tm) Project
* @license MIT License (http://www.opensource.org/licenses/mit-license.php) * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/ */
App::import('Core', 'Security');
/** /**
* An authentication adapter for AuthComponent. Provides the ability to authenticate using POST * An authentication adapter for AuthComponent. Provides the ability to authenticate using POST

View file

@ -17,7 +17,6 @@
App::import('Component', 'auth/form_authenticate'); App::import('Component', 'auth/form_authenticate');
App::import('Model', 'AppModel'); App::import('Model', 'AppModel');
App::import('Core', 'CakeRequest'); App::import('Core', 'CakeRequest');
App::import('Core', 'Security');
require_once CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php'; require_once CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php';