N°3078 - Fix error on login while in maintenance mode

This commit is contained in:
Eric
2020-08-27 17:10:37 +02:00
parent 4618f12d8a
commit bb892cc180

View File

@@ -57,6 +57,10 @@ class ThemeHandler
{
try
{
if (is_null(MetaModel::GetConfig()))
{
throw new CoreException('no config');
}
$sThemeId = MetaModel::GetConfig()->Get('backoffice_default_theme');
}
catch(CoreException $oCompileException)