This commit is contained in:
Yuri Kuznetsov
2023-08-02 10:46:37 +03:00
parent 65c45fa47d
commit ed50b357ad

View File

@@ -204,7 +204,7 @@ if (Utils::checkActionExists($action)) {
include $actionFile;
}
$theme = $_SESSION['install']['theme'] ?? $config->get('theme');
$theme = $_SESSION['install']['theme'] ?? $installer->getConfig()->get('theme');
$smarty->assign('logoSrc', $installer->getLogoSrc($theme));