mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Adding fix for errors on some linux and windows install when using bash scripts
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5091 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
edd112eae9
commit
96e80a3e29
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue