fix install

This commit is contained in:
Yuri Kuznetsov
2022-07-27 12:14:36 +03:00
parent ba35a08cca
commit e315063e3f
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ $smarty->assign('action', ucfirst($action));
$smarty->assign('config', $config);
$smarty->assign('installerConfig', $installer->getInstallerConfigData());
$theme = $_SESSION['install']['theme'] ?? 'HazyblueVertical';
$theme = $_SESSION['install']['theme'] ?? 'Espo';
$stylesheet = $installer->getMetadata()->get(['themes', $theme, 'stylesheet']);
$smarty->assign('stylesheet', $stylesheet);