diff --git a/cake/console/cake.php b/cake/console/cake.php index 42f9a1f13..b793de44e 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -128,7 +128,7 @@ class ShellDispatcher { * @param array $args the argv * @return void */ - public function ShellDispatcher($args = array()) { + public function __construct($args = array()) { set_time_limit(0); $this->__initConstants();