diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-08 18:13:20 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-08 18:13:20 -0800 |
commit | 2ce17076427c02943fb7f5f594813167188c2741 (patch) | |
tree | ae37ae4ad97de2c894e0f8e511910957220865ce /indra/newview | |
parent | a034c272c3d8d526a70998aae7ee816070481c39 (diff) | |
parent | ec6c132e14e5f405bfa65a052b617cc2ace87bda (diff) |
merge
Diffstat (limited to 'indra/newview')
-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); |