fix install
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user