mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing fatal error caused by Security class not being loaded When Session.start = false. Fixes #521
This commit is contained in:
parent
75900883e6
commit
5b1e9f6f5f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
* @since CakePHP(tm) v 0.10.8.2156
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::import('Core', 'String');
|
||||
App::import('Core', array('String', 'Security'));
|
||||
/**
|
||||
* Short description for file.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue