Merge
This commit is contained in:
commit
cdbe9daf29
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ namespace WebsitePanel.WebPortal
|
|||
}
|
||||
// find LeftPane
|
||||
ctrlPane = ctrlSkin.FindControl(LEFT_PANE_NAME);
|
||||
if (ctrlPane != null)
|
||||
if (ctrlPane != null && page.ContentPanes.ContainsKey(LEFT_PANE_NAME))
|
||||
{
|
||||
ContentPane pane = page.ContentPanes[LEFT_PANE_NAME];
|
||||
foreach (PageModule module in pane.Modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue