Commit bade6f7e by Qiang Xue

minor fix about composer installer.

parent 0a9fffba
...@@ -82,7 +82,7 @@ class InstallHandler ...@@ -82,7 +82,7 @@ class InstallHandler
throw new Exception("Config file does not exist: $configFile"); throw new Exception("Config file does not exist: $configFile");
} }
require(__DIR__ . '/../../../yii2/yii/Yii.php'); require_once(__DIR__ . '/../../../yii2/yii/Yii.php');
$application = new Application(require($configFile)); $application = new Application(require($configFile));
$request = $application->getRequest(); $request = $application->getRequest();
......
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