1
Vote

Error in MenuCommands.cs : backwards logic for empty menu name

description

There is an error on line 90 of (missing !)

Szmyd.Orchard.Modules.Menu.Commands.MenuCommands

It should read

widget.As<MenuWidgetPart>().MenuName = !string.IsNullOrWhiteSpace(MenuName) ? MenuName : "main";

comments