mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Navigation menu: Fix duplicated conf. property code usage
This commit is contained in:
@@ -282,7 +282,7 @@ class NavigationMenu extends UIBlock implements iKeyboardShortcut
|
||||
|
||||
// Try if a custom URL was set in the configuration file
|
||||
if(MetaModel::GetConfig()->IsCustomValue($sPropCode)) {
|
||||
$this->sAppIconLink = MetaModel::GetConfig()->Get('app_icon_url');
|
||||
$this->sAppIconLink = MetaModel::GetConfig()->Get($sPropCode);
|
||||
}
|
||||
// Otherwise use the home page
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user