summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-02-08 18:13:20 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2013-02-08 18:13:20 -0800
commit2ce17076427c02943fb7f5f594813167188c2741 (patch)
treeae37ae4ad97de2c894e0f8e511910957220865ce /indra/newview
parenta034c272c3d8d526a70998aae7ee816070481c39 (diff)
parentec6c132e14e5f405bfa65a052b617cc2ace87bda (diff)
merge
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpersistentnotificationstorage.cpp2
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);