diff options
| author | Denis Serdjuk <dserduk@productengine.com> | 2010-02-19 16:54:52 +0200 |
|---|---|---|
| committer | Denis Serdjuk <dserduk@productengine.com> | 2010-02-19 16:54:52 +0200 |
| commit | 11a01981789b13d8f9e38286715accfe1eb665cf (patch) | |
| tree | 07ac7c51c26f69f907891e0a89eac7e05d32c61b /indra/newview/llnotificationhandlerutil.cpp | |
| parent | fcd34cbe8e1fd90edd26486b7d2d004109b8fab7 (diff) | |
| parent | 22676e6d38fe938f394a9764b226793b5862768c (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
| -rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp index aefbe9a3de..9de9998cbd 100644 --- a/indra/newview/llnotificationhandlerutil.cpp +++ b/indra/newview/llnotificationhandlerutil.cpp @@ -204,6 +204,7 @@ void LLHandlerUtil::logGroupNoticeToIMGroup( llwarns << "Group notice for unkown group: " << payload["group_id"].asUUID() << llendl; + return; } const std::string group_name = groupData.mName; |
