mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing duplicate import.
This commit is contained in:
parent
304f12d0ed
commit
8d7df1721c
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue