From c9f3fa5faab345d5813e55ac02c60a9a37c3c12f Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 18 Apr 2010 01:04:56 -0400 Subject: [PATCH] Updating constructor. --- cake/console/cake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();