|
|
@@ -1042,7 +1042,7 @@ class View extends Object {
|
|
|
}
|
|
|
$paths = array();
|
|
|
$viewPaths = App::path('View');
|
|
|
- $corePaths = array_merge(App::core('View'), App::core('Console/Templates/skel/View'));
|
|
|
+ $corePaths = App::core('View');
|
|
|
|
|
|
if (!empty($plugin)) {
|
|
|
$count = count($viewPaths);
|