updates #U4-2070 for members/search.aspx

This commit is contained in:
Shannon Deminick
2013-04-10 02:43:03 +06:00
parent c8330d60f9
commit 4ccb655f73

View File

@@ -16,6 +16,9 @@ namespace umbraco.presentation.members
public partial class search : BasePages.UmbracoEnsuredPage
{
public search()
{
CurrentApp = DefaultApps.member.ToString();
}
}
}