diff --git a/cake/console/cake.php b/cake/console/cake.php index 56fb38d15..bc6c06345 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -320,7 +320,6 @@ class ShellDispatcher { $shell->help(); } else if(!$privateMethod && method_exists($shell, $command)) { $shell->command = $command; - $this->shiftArgs(); $shell->initialize(); $shell->{$command}(); } else {