Skip to content

Commit

Permalink
Removing duplicate import.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 5, 2011
1 parent 304f12d commit 8d7df17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/cake_session.php
Expand Up @@ -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');
Expand Down

0 comments on commit 8d7df17

Please sign in to comment.