diff options
-rw-r--r-- | indra/newview/llsyntaxid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp index 94226b82b1..2784939199 100644 --- a/indra/newview/llsyntaxid.cpp +++ b/indra/newview/llsyntaxid.cpp @@ -58,6 +58,8 @@ void fetchKeywordsFileResponder::errorWithContent(U32 status, void fetchKeywordsFileResponder::result(const LLSD& content_ref) { + // TODO check for llsd-lsl-syntax-version key and return if not present or not 1. + LLSyntaxIdLSL::setKeywordsXml(content_ref); std::stringstream str; |