mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug fixed: register_user can be called with no ['mail_address']
git-svn-id: http://piwigo.org/svn/trunk@29759 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -236,7 +236,7 @@ SELECT id
|
||||
|
||||
$keyargs_content = array(
|
||||
get_l10n_args('User: %s', stripslashes($login) ),
|
||||
get_l10n_args('Email: %s', $_POST['mail_address']),
|
||||
get_l10n_args('Email: %s', $mail_address),
|
||||
get_l10n_args(''),
|
||||
get_l10n_args('Admin: %s', $admin_url),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user