diff --git a/doc/contributions.txt b/doc/contributions.txt
index 09fca27f43dd08f8e6ed8b9cc2fe6c1d50e5dac5..6f168209be97bbc0fb47ae149916ef0048add62c 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -365,6 +365,7 @@ Ian Kas
 	CT-325
 Ima Mechanique
 	OPEN-61
+	STORM-1175
 Irene Muni
 	CT-324
 	CT-352
@@ -448,6 +449,7 @@ Kitty Barnett
 	STORM-799
 	STORM-800
 	STORM-1001
+	STORM-1175
     VWR-24217
 Kunnis Basiat
 	VWR-82
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index bdac125eb06e8caf0164860353b3044066da736c..6085c61f9a2470155942bebce0cbc14cc87a43e9 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1532,7 +1532,7 @@ bool LLNotifications::loadVisibilityRules()
 // Add a simple notification (from XUI)
 void LLNotifications::addFromCallback(const LLSD& name)
 {
-	add(LLNotification::Params().name(name.asString()));	
+	add(name.asString(), LLSD(), LLSD());
 }
 
 LLNotificationPtr LLNotifications::add(const std::string& name,