mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
bug:2503 in register.php bad template var for 'obligatory_user_mail_address'
git-svn-id: http://piwigo.org/svn/trunk@12610 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-1
@@ -87,7 +87,8 @@ $template->assign(array(
|
||||
'F_KEY' => $registration_post_key,
|
||||
'F_ACTION' => 'register.php',
|
||||
'F_LOGIN' => $login,
|
||||
'F_EMAIL' => $email
|
||||
'F_EMAIL' => $email,
|
||||
'obligatory_user_mail_address' => $conf['obligatory_user_mail_address'],
|
||||
));
|
||||
|
||||
//-------------------------------------------------------------- errors display
|
||||
|
||||
Reference in New Issue
Block a user