Commit cf225677 by Qiang Xue

bug fix.

parent f6e8f9f3
......@@ -88,7 +88,6 @@ class InstallHandler
foreach ((array)$options[self::PARAM_COMMANDS] as $command) {
$params = str_getcsv($command, ' '); // see http://stackoverflow.com/a/6609509/291573
array_shift($params);
$request->setParams($params);
list($route, $params) = $request->resolve();
echo "Running command: yii {$command}\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment