summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-01-07 15:18:29 -0800
committersimon <none@none>2014-01-07 15:18:29 -0800
commitf291995dac53c2aba9d79aef8b6cd91a5c836e9f (patch)
tree8dd6b3b8dcde04580163c2f96ff03ac2ec80ce44 /indra/llui/llurlentry.cpp
parent2a1098552e071c625a8c1614a331e9557212d380 (diff)
Revert changes made for MAINT-535 to test in a release cohort.
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rwxr-xr-xindra/llui/llurlentry.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp
index 840f67968d..2d28ac41b2 100755
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -1067,8 +1067,10 @@ LLUrlEntrySLLabel::LLUrlEntrySLLabel()
std::string LLUrlEntrySLLabel::getLabel(const std::string &url, const LLUrlLabelCallback &cb)
{
- std::string label = getLabelFromWikiLink(url);
- return (!LLUrlRegistry::instance().hasUrl(label)) ? label : getUrl(url);
+ // MAINT-535 reversion test
+ // std::string label = getLabelFromWikiLink(url);
+ // return (!LLUrlRegistry::instance().hasUrl(label)) ? label : getUrl(url);
+ return getLabelFromWikiLink(url);
}
std::string LLUrlEntrySLLabel::getUrl(const std::string &string) const