diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 439e87564ab946bb3067ad854b9b5704411ada0d..f2c2f82cdba854174c619b3834d09dad5b37fd0e 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1244,7 +1244,7 @@ void LLIMModel::addMessage(const LLUUID& session_id, const std::string& from, co
 void LLIMModel::processAddingMessage(const LLUUID& session_id, const std::string& from, const LLUUID& from_id,
     const std::string& utf8_text, bool log2file /* = true */, bool is_region_msg /* = false */)
 {
-    LLIMSession* session = addMessageSilently(session_id, from, from_id, utf8_text, log2file);
+    LLIMSession* session = addMessageSilently(session_id, from, from_id, utf8_text, log2file, is_region_msg);
     if (!session) return;
 
     //good place to add some1 to recent list