Search page setting is hardcoded
This commit is contained in:
parent
ca2e26a005
commit
ea5e67dacc
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ namespace WebsitePanel.Portal
|
|||
//TODO START
|
||||
public static string GetObjectSearchPageId()
|
||||
{
|
||||
return PortalConfiguration.SiteSettings["SearchObjectPage"];
|
||||
return "SearchObject";
|
||||
}
|
||||
//TODO END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue