diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-08-26 12:02:22 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-08-26 12:02:22 +0300 |
commit | 25547d320aaad298f6301e12ff9df3a8c37a8548 (patch) | |
tree | 2d5eab097c509be3bd77293aed94e9e24ca47365 /indra/llui/llurlentry.h | |
parent | e8adc1d008fbe704798f3b5820fca38ba9abeb48 (diff) |
MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not correct(contains url in label part).
Diffstat (limited to 'indra/llui/llurlentry.h')
-rwxr-xr-x | indra/llui/llurlentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index d4684e2e1e..ffcd45dfde 100755 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -100,6 +100,8 @@ public: bool isLinkDisabled() const; + bool isWikiLinkCorrect(std::string url); + protected: std::string getIDStringFromUrl(const std::string &url) const; std::string escapeUrl(const std::string &url) const; |