diff options
author | plegall <plg@piwigo.org> | 2009-12-15 23:22:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-12-15 23:22:49 +0000 |
commit | 54ed1bfcdb463c931c190045a65438931ebd9cff (patch) | |
tree | 5d289c89462ae903934f4adad70064a2981ffee4 /admin/template | |
parent | 5d017241d30f70eaedd502255271a78eeef55d00 (diff) |
bug 1328: first specific implementation of the check_pwg_token for the
admin/tags page (all actions : add/edit/delete).
The "check_token" function was renammed into check_pwg_token because the
word "token" is too much generic.
git-svn-id: http://piwigo.org/svn/branches/2.0@4503 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/tags.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/tags.tpl b/admin/template/goto/tags.tpl index b2ce57341..ce7949063 100644 --- a/admin/template/goto/tags.tpl +++ b/admin/template/goto/tags.tpl @@ -4,6 +4,7 @@ </div> <form action="{$F_ACTION}" method="post"> + <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" /> {if isset($EDIT_TAGS_LIST)} <fieldset> |