diff options
author | plegall <plg@piwigo.org> | 2009-12-19 20:22:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-12-19 20:22:13 +0000 |
commit | d6e113952819905b66161a1ec09b5a88c84fd6d0 (patch) | |
tree | 1eaf8a68914a0e19c8f82e4645e1c6f82c7e362f /admin/template | |
parent | 87b1686ae613b048b61ef5b522dded615d26e43b (diff) |
bug 1328: implements check_pwg_token at group management level.
git-svn-id: http://piwigo.org/svn/branches/2.0@4529 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/group_list.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/group_list.tpl b/admin/template/goto/group_list.tpl index b21c2ec86..4bc163153 100644 --- a/admin/template/goto/group_list.tpl +++ b/admin/template/goto/group_list.tpl @@ -4,6 +4,7 @@ </div> <form method="post" name="add_user" action="{$F_ADD_ACTION}" class="properties"> + <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" /> <fieldset> <legend>{'Add group'|@translate}</legend> |