diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 9a0d4dd7c..8f7c108ae 100644 --- a/lib/Cake/Core/App.php +++ b/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; }