diff --git a/cake/libs/configure.php b/cake/libs/configure.php index be1488e4d..471b4f0bd 100644 --- a/cake/libs/configure.php +++ b/cake/libs/configure.php @@ -637,7 +637,7 @@ class Configure extends Object { $config = Cache::config('_cake_core_' , array_merge($cache, $settings)); } } - $_this->__buildPaths(compact('modelPaths', 'viewPaths', 'controllerPaths', 'helperPaths', 'componentPaths', 'behaviorPaths', 'pluginPaths')); + $_this->__buildPaths(compact('modelPaths', 'viewPaths', 'controllerPaths', 'helperPaths', 'componentPaths', 'behaviorPaths', 'pluginPaths', 'vendorPaths')); if (defined('BASE_URL')) { trigger_error('BASE_URL Deprecated: See Configure::write(\'App.baseUrl\', \'' . BASE_URL . '\'); in APP/config/core.php', E_USER_WARNING);