summaryrefslogtreecommitdiff
path: root/indra/llui/llnotificationtemplate.h
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-10-07 15:44:35 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-10-07 15:44:35 -0700
commit1ae67f66d1d0203069cec62421d1d71d67a3334f (patch)
treed4c9f731d9fba40bbf733568a836e95021481202 /indra/llui/llnotificationtemplate.h
parentd8e40a49ed6b57c5f2b0325803a11cf04b987652 (diff)
Fixed a problem that prevented notification tags from being parsed.
Added some lldebugs to the LLNotificationTemplate constructor and LLNotifications::isVisibleByRules() that may be useful in debugging notification issues in the future.
Diffstat (limited to 'indra/llui/llnotificationtemplate.h')
-rw-r--r--indra/llui/llnotificationtemplate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h
index dfc2b10eb5..5a6ab40a2e 100644
--- a/indra/llui/llnotificationtemplate.h
+++ b/indra/llui/llnotificationtemplate.h
@@ -199,7 +199,8 @@ struct LLNotificationTemplate
expire_option("expireOption", -1),
url("url"),
unique("unique"),
- form_ref("")
+ form_ref(""),
+ tags("tag")
{}
};