diff --git a/cake/console/libs/tasks/plugin.php b/cake/console/libs/tasks/plugin.php index 2049d8c80..80afdcafc 100644 --- a/cake/console/libs/tasks/plugin.php +++ b/cake/console/libs/tasks/plugin.php @@ -137,18 +137,18 @@ class PluginTask extends Shell { $Folder =& new Folder($this->path . $pluginPath); $directories = array( 'config' . DS . 'sql', - 'models' . DS . 'behaviors', - 'controllers' . DS . 'components', - 'views' . DS . 'helpers', - 'tests' . DS . 'cases' . DS . 'components', - 'tests' . DS . 'cases' . DS . 'helpers', - 'tests' . DS . 'cases' . DS . 'behaviors', - 'tests' . DS . 'cases' . DS . 'controllers', - 'tests' . DS . 'cases' . DS . 'models', - 'tests' . DS . 'groups', - 'tests' . DS . 'fixtures', - 'vendors' . DS . 'img', - 'vendors' . DS . 'js', + 'models' . DS . 'behaviors', + 'controllers' . DS . 'components', + 'views' . DS . 'helpers', + 'tests' . DS . 'cases' . DS . 'components', + 'tests' . DS . 'cases' . DS . 'helpers', + 'tests' . DS . 'cases' . DS . 'behaviors', + 'tests' . DS . 'cases' . DS . 'controllers', + 'tests' . DS . 'cases' . DS . 'models', + 'tests' . DS . 'groups', + 'tests' . DS . 'fixtures', + 'vendors' . DS . 'img', + 'vendors' . DS . 'js', 'vendors' . DS . 'css', 'vendors' . DS . 'shells' ); diff --git a/cake/console/libs/tasks/template.php b/cake/console/libs/tasks/template.php index fd01e90d5..4b682e70f 100644 --- a/cake/console/libs/tasks/template.php +++ b/cake/console/libs/tasks/template.php @@ -136,7 +136,7 @@ class TemplateTask extends Shell { if (!empty($this->params['theme']) && isset($this->templatePaths[$this->params['theme']])) { return $this->templatePaths[$this->params['theme']]; } - + $this->hr(); $this->out(__('You have more than one set of templates installed.', true)); $this->out(__('Please choose the template set you wish to use:', true));