N°2847 Fix newsroom not being displayed with block render changes

This commit is contained in:
Stephen Abello
2020-09-30 10:40:09 +02:00
parent 292457595c
commit de54d28c6b

View File

@@ -178,7 +178,7 @@ class NavigationMenu extends UIBlock
*/
public function GetSubBlocks()
{
return [$this->oUserMenu->GetId() => $this->oUserMenu];
return [$this->oUserMenu->GetId() => $this->oUserMenu, $this->GetNewsroomMenu()->GetId() => $this->GetNewsroomMenu()];
}
/**