Add compatibility for 2.1.

Set always needs to be loaded, as that's how 2.1 worked.
This commit is contained in:
mark_story 2012-03-13 22:06:44 -04:00
parent a76a926ac1
commit c7a9f3412f

View file

@ -141,6 +141,11 @@ App::$bootstrapping = true;
Configure::bootstrap(isset($boot) ? $boot : true);
/**
* Compatibility with 2.1, which expects Set to always be autoloaded.
*/
App::uses('Set', 'Utilty');
/**
* Full url prefix
*/