Send mail after flag type update

3col
Vitaliy Filippov 2015-09-14 12:57:15 +03:00
parent f157a22772
commit 6e309990a6
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ sub update
$vars->{bug_types} = Bugzilla::FlagType::match({ target_type => 'bug' });
$vars->{attachment_types} = Bugzilla::FlagType::match({ target_type => 'attachment' });
Bugzilla->send_mail;
$template->process("admin/flag-type/list.html.tmpl", $vars)
|| ThrowTemplateError($template->error());