Skip to content

Commit

Permalink
Adding base class import for view classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 8, 2010
1 parent 2d86c12 commit fa9eb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/libs/configure.php
Expand Up @@ -1120,6 +1120,7 @@ private static function __settings($type, $plugin, $parent) {
return array('class' => null, 'suffix' => null, 'path' => $path);
break;
case 'view':
App::import('View', 'View', false);
if ($plugin) {
$path = $pluginPath . DS . 'views' . DS;
}
Expand Down

0 comments on commit fa9eb94

Please sign in to comment.