N°4903 - Fix dynamic "app_root_url" conf. param. not used properly for the app. icon

This commit is contained in:
Molkobain
2022-08-12 11:11:40 +02:00
parent 24f2416427
commit 8e7aef17c6

View File

@@ -286,7 +286,7 @@ class NavigationMenu extends UIBlock implements iKeyboardShortcut
}
// Otherwise use the home page
else {
$this->sAppIconLink = MetaModel::GetConfig()->Get('app_root_url');
$this->sAppIconLink = utils::GetAbsoluteUrlAppRoot();
}
}