diff options
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 7dc3767f4..95b74f1df 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -421,6 +421,8 @@ [% CASE 'visible_to_me_remove' %] <li>This group may no longer see users in the following groups: [%+ changes.visible_to_me_remove.join(', ') FILTER html %]</li> + [% CASE %] + [% Hook.process('group_updated_fields') %] [% END %] [% END %] </ul> |