Adding missing import that causes a fatal error when a deep

value is written to Configure early on.
Fixes #1753
This commit is contained in:
mark_story 2011-06-02 21:05:10 -04:00
parent b70ecbc545
commit 2650bd4639

View file

@ -17,6 +17,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('Set', 'Utility');
/**
* Configuration class. Used for managing runtime configuration information.
*