Skip to content

Commit

Permalink
Merge pull request #1489 from dnnsoftware/bug/DNN-4216
Browse files Browse the repository at this point in the history
DNN-4216: get user tab id include url tab types.
  • Loading branch information
Kan Ma committed May 12, 2016
2 parents 7e85298 + e3d74b9 commit f507866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/DesktopModules/Admin/Portals/SiteSettings.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private void BindPages(PortalInfo portal, string activeLanguage)

if (portal.UserTabId > 0)
{
listTabs = TabController.GetPortalTabs(portal.PortalID, Null.NullInteger, false, true);
listTabs = TabController.GetPortalTabs(portal.PortalID, Null.NullInteger, false, true, false, true);
cboUserTabId.SelectedPage = listTabs.SingleOrDefault(t => t.TabID == portal.UserTabId);
}

Expand Down

0 comments on commit f507866

Please sign in to comment.