1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Bugtracker #4611 - email_confirm missing from XUP signup

This commit is contained in:
e107steved 2008-12-10 18:06:50 +00:00
parent 13b8a037f6
commit c721188dff

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/signup.php,v $
| $Revision: 1.24 $
| $Date: 2008-12-04 21:32:25 $
| $Revision: 1.25 $
| $Date: 2008-12-10 18:06:33 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -399,6 +399,7 @@ if (isset($_POST['register']))
$_POST['name'] = $xup['NICKNAME'];
$_POST['email'] = $xup['EMAIL'];
$_POST['email_confirm'] = $xup['EMAIL'];
$_POST['signature'] = $xup['SIG'];
$_POST['hideemail'] = $xup['EMAILHIDE'];
$_POST['realname'] = $xup['FN'];