diff --git a/cake/console/libs/api.php b/cake/console/libs/api.php index 8da6f90927b..6513b7e91a0 100644 --- a/cake/console/libs/api.php +++ b/cake/console/libs/api.php @@ -47,7 +47,7 @@ class ApiShell extends Shell { * * @access public */ - function initialize () { + function initialize() { $this->paths = array_merge($this->paths, array( 'behavior' => LIBS . 'model' . DS . 'behaviors' . DS, 'cache' => LIBS . 'cache' . DS, diff --git a/cake/console/libs/templates/skel/views/layouts/flash.ctp b/cake/console/libs/templates/skel/views/layouts/flash.ctp index e59354eed03..9596dae4d2a 100644 --- a/cake/console/libs/templates/skel/views/layouts/flash.ctp +++ b/cake/console/libs/templates/skel/views/layouts/flash.ctp @@ -29,7 +29,6 @@ charset(); ?> <?php echo $page_title; ?> -