Fixing installer
This commit is contained in:
@@ -79,7 +79,8 @@ HELP;
|
||||
$installer = new Installer();
|
||||
|
||||
$configCache = $a->getConfigCache();
|
||||
$installer->setUpCache($configCache, BasePath::create($a->getBasePath(), $_SERVER));
|
||||
$basepath = new BasePath($a->getBasePath());
|
||||
$installer->setUpCache($configCache, $basepath->getPath());
|
||||
|
||||
$this->out(" Complete!\n\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user