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:
gwoo 2008-06-17 04:30:38 +00:00
parent 52b9f7a889
commit ccddcec642

View file

@ -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");
}