diff options
author | plegall <plg@piwigo.org> | 2013-11-01 12:37:32 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-01 12:37:32 +0000 |
commit | 5f366b2ec61e344824ffcd087cab982da57ab69a (patch) | |
tree | e14489cd93e0eea9c9d04c5ea7b34f1b034e027f /admin/user_list.php | |
parent | 2eae3907a7e94f82c43cd755fe0319d8bf4dac4e (diff) |
feature 2976: pwg.users.delete requires pwg_token
git-svn-id: http://piwigo.org/svn/trunk@25282 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/user_list.php')
-rw-r--r-- | admin/user_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/user_list.php b/admin/user_list.php index 3c0b6488d..ac88c4d60 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -96,6 +96,7 @@ $default_user = get_default_user_info(true); $template->assign( array( + 'PWG_TOKEN' => get_pwg_token(), 'NB_IMAGE_PAGE' => $default_user['nb_image_page'], 'RECENT_PERIOD' => $default_user['recent_period'], 'theme_options' => get_pwg_themes(), |