Browse Source

Remove paths that don't exist.

mark_story 12 years ago
parent
commit
e0e884d8fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cake/View/View.php

+ 1 - 1
Cake/View/View.php

@@ -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);