Removing duplicate import.

This commit is contained in:
mark_story 2011-02-05 01:29:35 -05:00
parent 304f12d0ed
commit 8d7df1721c

View file

@ -135,7 +135,6 @@ class CakeSession {
* @param boolean $start Should session be started right now
*/
public static function init($base = null, $start = true) {
App::import('Core', 'Security');
self::$time = time();
$checkAgent = Configure::read('Session.checkAgent');