Search page setting is hardcoded

This commit is contained in:
alexY 2015-04-30 12:07:04 +03:00
parent ca2e26a005
commit ea5e67dacc

View file

@ -845,7 +845,7 @@ namespace WebsitePanel.Portal
//TODO START //TODO START
public static string GetObjectSearchPageId() public static string GetObjectSearchPageId()
{ {
return PortalConfiguration.SiteSettings["SearchObjectPage"]; return "SearchObject";
} }
//TODO END //TODO END