Browse Source

Merge branch '2.0' of github.com:cakephp/cakephp into 2.0

Jose Lorenzo Rodriguez 15 years ago
parent
commit
a05607856a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Core/App.php

+ 1 - 0
lib/Cake/Core/App.php

@@ -326,6 +326,7 @@ class App {
 					$type = self::$legacy[$type];
 				}
 				self::$__packages[$type] = (array)$new;
+				self::objects($type, null, false);
 			}
 			return $paths;
 		}