diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-03 08:57:41 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-03 08:57:41 +0000 |
commit | 2659784b20361189fc788aad29f190eda4a3a645 (patch) | |
tree | 410371a64efdcc7d21b0208cb55edb044336cc3e /admin/user_list.php | |
parent | ce4017ba484d17f93efb44057d6669d5ee3dd338 (diff) |
merge r9989 from trunk to branch 2.2
git-svn-id: http://piwigo.org/svn/branches/2.2@10006 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/user_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user_list.php b/admin/user_list.php index af76a291f..18e9ce2b4 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -522,7 +522,7 @@ $template->assign( 'U_HELP' => get_root_url().'admin/popuphelp.php?page=user_list', 'F_ADD_ACTION' => $base_url, - 'F_USERNAME' => @htmlentities($_GET['username']), + 'F_USERNAME' => @htmlentities($_GET['username'], ENT_COMPAT, 'UTF-8'), 'F_FILTER_ACTION' => get_root_url().'admin.php' )); |