merge r10856 from trunk

git-svn-id: http://piwigo.org/svn/branches/2.2@11127 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2011-05-31 10:25:35 +00:00
parent fc8ca62e36
commit 80a00a57d2

View file

@ -235,7 +235,7 @@ else if ($conf['double_password_type_in_admin'] == false)
$page['infos'],
sprintf(
l10n('user "%s" added'),
$_POST['login']
stripslashes($_POST['login'])
)
);
}