mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°4903 - Fix dynamic "app_root_url" conf. param. not used properly for the app. icon
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user