diff options
author | Merov Linden <merov@lindenlab.com> | 2013-02-08 20:52:32 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-02-08 20:52:32 -0800 |
commit | 22bc40ad60d166cd9e8ff90671a6171a1954cd9b (patch) | |
tree | 6ed30be7eb008fae2d03ba6ac84ab6225c91c344 /indra/newview/llpersistentnotificationstorage.cpp | |
parent | 2e2026a4f8359aba26e330fc8ec9ce4a3d40e666 (diff) | |
parent | ec6c132e14e5f405bfa65a052b617cc2ace87bda (diff) |
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.cpp')
-rw-r--r-- | indra/newview/llpersistentnotificationstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpersistentnotificationstorage.cpp b/indra/newview/llpersistentnotificationstorage.cpp index 224aaa2146..11c12e6c10 100644 --- a/indra/newview/llpersistentnotificationstorage.cpp +++ b/indra/newview/llpersistentnotificationstorage.cpp @@ -75,7 +75,7 @@ void LLPersistentNotificationStorage::saveNotifications() continue; } - data.append(notification->asLLSD()); + data.append(notification->asLLSD(true)); } writeNotifications(output); |