mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
fix
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user