Trigger correction in functions_user.inc.php
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2271 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
2f6b60e063
commit
c7aea2a7da
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function register_user($login, $password, $mail_address,
|
|||
$errors = trigger_event('register_user_check',
|
||||
$errors,
|
||||
array(
|
||||
'login'=>$login,
|
||||
'username'=>$login,
|
||||
'password'=>$password,
|
||||
'email'=>$mail_address,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue