diff options
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r-- | template/en/default/admin/groups/edit.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 92b8e9c2e..610d3102e 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -154,9 +154,10 @@ </td> [% ELSE %] <td> + <input type="hidden" name="oldbless-[% group.grpid FILTER html %]" value="0"> </td> <td> - <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value=""> + <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="0"> </td> [% END %] <td align="left" class="groupname"> |