Merge pull request #7412 from nupplaphil/task/dice

Introduce DICE
This commit is contained in:
Hypolite Petovan
2019-07-21 11:04:41 -04:00
committed by GitHub
33 changed files with 661 additions and 324 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