Skip to content

Commit

Permalink
Udating skel directory, doc blocs and the location of the Console pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
lorenzo committed Mar 16, 2011
1 parent 2e2f5ea commit bd2bd4b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Console/AppShell.php
Expand Up @@ -19,7 +19,7 @@

/**
* This is a placeholder class.
* Create the same file in app/console/shells/app_shell.php
* Create the same file in app/console/shells/AppShell.php
*
* Add your application-wide methods in the class below, your shells
* will inherit them.
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Core/App.php
Expand Up @@ -243,7 +243,7 @@ public static function build($paths = array(), $reset = false) {
'View' => array('%s' . 'views' . DS),
'View/Helper' => array('%s' . 'views' . DS . 'helpers' . DS),
'Console' => array(
'%s' . 'console' . DS . 'shells' . DS,
'%s' . 'console' . DS,
'%s' . 'vendors' . DS . 'shells' . DS,
VENDORS . 'shells' . DS
),
Expand Down

0 comments on commit bd2bd4b

Please sign in to comment.