Fixing installer

This commit is contained in:
Philipp Holzer 2019-07-21 01:30:28 +02:00
parent 55999730e0
commit a8e6a57e9b
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,8 @@ class Install extends BaseModule
// get basic installation information and save them to the config cache
$configCache = $a->getConfigCache();
self::$installer->setUpCache($configCache, BasePath::create($a->getBasePath(), $_SERVER));
$basePath = new BasePath($a->getBasePath());
self::$installer->setUpCache($configCache, $basePath->getPath());
// We overwrite current theme css, because during install we may not have a working mod_rewrite
// so we may not have a css at all. Here we set a static css file for the install procedure pages