1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 |
diff --git a/cake/console/cake.php b/cake/console/cake.php
index 2210bee..cfd1183 100644
--- a/cake/console/cake.php
+++ b/cake/console/cake.php
@@ -118,14 +118,6 @@ class ShellDispatcher {
* @param array $args the argv.
*/
function ShellDispatcher($args = array()) {
- $this->__construct($args);
- }
-/**
- * Constructor
- *
- * @param array $args the argv.
- */
- function __construct($args = array()) {
set_time_limit(0);
$this->__initConstants();
$this->parseParams($args);
|
