WSP 2.1.0.289 - broken issue fixed
This commit is contained in:
parent
e6a7d222d5
commit
3b60340a2c
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