Skip to content

Commit

Permalink
bug:2233 specials chars error on user_list.php
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@9989 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Apr 2, 2011
1 parent 8212dd5 commit 00b11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/user_list.php
Expand Up @@ -522,7 +522,7 @@ function get_filtered_user_list()
'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'
));

Expand Down

0 comments on commit 00b11dd

Please sign in to comment.