mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding Set class dependency to Session
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4507 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
0db06d9fdb
commit
8fabe04f58
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
if (CAKE_SESSION_SAVE === 'database') {
|
||||
uses('model' . DS . 'connection_manager');
|
||||
}
|
||||
uses('set');
|
||||
/**
|
||||
* Session class for Cake.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue