diff options
author | flop25 <flop25@piwigo.org> | 2011-08-31 15:58:16 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2011-08-31 15:58:16 +0000 |
commit | 026cd5ce8b8da3c4f97cb4f08d4b8d18a2c7e508 (patch) | |
tree | e9cabe6ea9308058260c39a297cab72b4870c6f0 /admin/themes/default/template/cat_perm.tpl | |
parent | ded83a19dac48848d97c3aca3ee8da6fad850358 (diff) |
token added for permissions
git-svn-id: http://piwigo.org/svn/trunk@12020 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_perm.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/cat_perm.tpl b/admin/themes/default/template/cat_perm.tpl index 71385a803..03a2822d9 100644 --- a/admin/themes/default/template/cat_perm.tpl +++ b/admin/themes/default/template/cat_perm.tpl @@ -63,4 +63,5 @@ <input class="submit" type="submit" name="grant_users_submit" value="{'Grant selected users'|@translate}"> </fieldset> +<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> </form> |