HtmlText null exception fix
HtmlText Mode switch fix
Control panel fix
(cherry picked from commit b7d2cd0600
)
This commit is contained in:
@ -317,7 +317,7 @@
|
||||
}
|
||||
|
||||
PageModule pagemodule = new PageModule();
|
||||
pagemodule.PageId = (pageid != "-") ? PageState.Page.PageId : int.Parse(pageid);
|
||||
pagemodule.PageId = (pageid == "-") ? PageState.Page.PageId : int.Parse(pageid);
|
||||
pagemodule.ModuleId = int.Parse(moduleid);
|
||||
pagemodule.Title = title;
|
||||
if (pagemodule.Title == "")
|
||||
|
Reference in New Issue
Block a user