correcting reference to Dispatcher class

This commit is contained in:
AD7six 2009-07-24 22:04:06 +02:00
parent ae74dca1a5
commit 00ac0348bf

View file

@ -204,7 +204,7 @@ class Shell extends Object {
* @access protected * @access protected
*/ */
function _welcome() { function _welcome() {
$this->Dispatcher->clear(); $this->Dispatch->clear();
$this->out("\nWelcome to CakePHP v" . Configure::version() . " Console"); $this->out("\nWelcome to CakePHP v" . Configure::version() . " Console");
$this->out("---------------------------------------------------------------"); $this->out("---------------------------------------------------------------");
$this->out('App : '. $this->params['app']); $this->out('App : '. $this->params['app']);