mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixes #4931, array_intersect_key() error in cake.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7201 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
52b9f7a889
commit
ccddcec642
1 changed files with 1 additions and 1 deletions
|
@ -127,8 +127,8 @@ class ShellDispatcher {
|
|||
function __construct($args = array()) {
|
||||
set_time_limit(0);
|
||||
$this->__initConstants();
|
||||
$this->parseParams($args);
|
||||
$this->__initEnvironment();
|
||||
$this->parseParams($args);
|
||||
$this->dispatch();
|
||||
die("\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue