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

Partially revert fix for profile url goop as it broke many many other things.

parent 589e8e7d
No related branches found
No related tags found
1 merge request!12Master
...@@ -291,7 +291,6 @@ LLTextEditor::LLTextEditor(const LLTextEditor::Params& p) : ...@@ -291,7 +291,6 @@ LLTextEditor::LLTextEditor(const LLTextEditor::Params& p) :
setText(p.default_text()); setText(p.default_text());
mParseOnTheFly = TRUE; mParseOnTheFly = TRUE;
mParseHTML = p.read_only;
} }
void LLTextEditor::initFromParams( const LLTextEditor::Params& p) void LLTextEditor::initFromParams( const LLTextEditor::Params& p)
......
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