Skip to content

Commit

Permalink
Add compatibility for 2.1.
Browse files Browse the repository at this point in the history
Set always needs to be loaded, as that's how 2.1 worked.
  • Loading branch information
markstory committed Mar 27, 2012
1 parent a76a926 commit c7a9f34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Cake/bootstrap.php
Expand Up @@ -141,6 +141,11 @@

Configure::bootstrap(isset($boot) ? $boot : true);

/**
* Compatibility with 2.1, which expects Set to always be autoloaded.
*/
App::uses('Set', 'Utilty');

/**
* Full url prefix
*/
Expand Down

0 comments on commit c7a9f34

Please sign in to comment.