Skip to content
Snippets Groups Projects
Commit a6679b9e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Ooops

parent c9df1027
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ void LLFloaterSearch::search(const SearchQuery &p) ...@@ -203,7 +203,7 @@ void LLFloaterSearch::search(const SearchQuery &p)
// (also adds things like [LANGUAGE], [VERSION], [OS], etc.) // (also adds things like [LANGUAGE], [VERSION], [OS], etc.)
LLViewerRegion* regionp = gAgent.getRegion(); LLViewerRegion* regionp = gAgent.getRegion();
std::string url = regionp != nullptr ? regionp->getSearchServerURL() std::string url = regionp != nullptr ? regionp->getSearchServerURL()
: gSavedSettings.getString(LLGridManager::getInstance()->isInOpenSim() ? "OpenSimSearchURL" : "SearchURL") : : gSavedSettings.getString(LLGridManager::getInstance()->isInOpenSim() ? "OpenSimSearchURL" : "SearchURL");
url = LLWeb::expandURLSubstitutions(url, subs); url = LLWeb::expandURLSubstitutions(url, subs);
// and load the URL in the web view // and load the URL in the web view
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment