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:
nate 2007-02-12 03:22:45 +00:00
parent 0db06d9fdb
commit 8fabe04f58

View file

@ -40,6 +40,7 @@
if (CAKE_SESSION_SAVE === 'database') {
uses('model' . DS . 'connection_manager');
}
uses('set');
/**
* Session class for Cake.
*