Skip to content

Commit

Permalink
bug:2297
Browse files Browse the repository at this point in the history
stripslashes added

git-svn-id: http://piwigo.org/svn/trunk@10856 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
flop25 committed May 12, 2011
1 parent e8e52b8 commit 2f6d84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/user_list.php
Expand Up @@ -235,7 +235,7 @@ function get_filtered_user_list()
$page['infos'],
sprintf(
l10n('user "%s" added'),
$_POST['login']
stripslashes($_POST['login'])
)
);
}
Expand Down

0 comments on commit 2f6d84e

Please sign in to comment.