Browse Source

Loading the set class successfully

José Lorenzo Rodríguez 15 years ago
parent
commit
ec93152c9a
2 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/Cake/Model/CakeSession.php
  2. 0 0
      lib/Cake/Utility/Set.php

+ 2 - 0
lib/Cake/Model/CakeSession.php

@@ -23,6 +23,8 @@
  * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
  */
 
+App::uses('Set', 'Utility');
+
 /**
  * Session class for Cake.
  *

cake/libs/set.php → lib/Cake/Utility/Set.php