mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
#185 Navigation Breadcrumb - Fixed a regression introduced in [r4000]: default menu not displayed afer login
SVN:trunk[4005]
This commit is contained in:
@@ -297,7 +297,7 @@ class ApplicationMenu
|
||||
$sMenuId = $oAppContext->GetCurrentValue('menu', null);
|
||||
if ($sMenuId === null)
|
||||
{
|
||||
$sMenuId == self::GetDefaultMenuId();
|
||||
$sMenuId = self::GetDefaultMenuId();
|
||||
}
|
||||
return $sMenuId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user