diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-08-18 11:22:39 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-08-18 11:22:39 +0300 |
commit | 8d34d1a9c5ae321ce59b20f8673beed0312a41fe (patch) | |
tree | 6b082395a2dbbd6c993b3fb0da6fc43eddd93585 /indra/llui | |
parent | d5572f4f67a07e055ede2c47a7b41fe99ddc5fb6 (diff) |
SL-173 FIXED Allow searching for an experience by SLurl.
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llurlentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 03b459a30d..7f6cc22e90 100755 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -1397,7 +1397,7 @@ std::string LLUrlEntryEmail::getUrl(const std::string &string) const LLUrlEntryExperienceProfile::LLUrlEntryExperienceProfile() { - mPattern = boost::regex(APP_HEADER_REGEX "/experience/[\\da-f-]+/\\w+\\S*", + mPattern = boost::regex(APP_HEADER_REGEX "/experience/[\\da-f-]+/profile", boost::regex::perl|boost::regex::icase); mIcon = "Generic_Experience"; mMenuName = "menu_url_experience.xml"; |