From 8a19bdf527162634981a84f1599deaf434aa53d8 Mon Sep 17 00:00:00 2001 From: akrasilnikov Date: Wed, 28 Aug 2013 09:49:13 +0000 Subject: [PATCH] Bug 132647 - Print flag send result if silent is enable git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1774 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- Bugzilla/BugMail.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 7b365220a..c8c9b63e4 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -87,6 +87,7 @@ sub send_results status => $vars->{notify_data}->{flag} ? $vars->{notify_data}->{flag}->status : 'X', }; delete $vars->{notify_data}; # erase data, without - JSON encode error + $vars->{commentsilent} = 0; # Custis Bug 132647 } else {