Changeset 29759


Ignore:
Timestamp:
Sep 23, 2014, 10:37:16 AM (10 years ago)
Author:
plg
Message:

bug fixed: register_user can be called with no mail_address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r29111 r29759  
    237237      $keyargs_content = array(
    238238        get_l10n_args('User: %s', stripslashes($login) ),
    239         get_l10n_args('Email: %s', $_POST['mail_address']),
     239        get_l10n_args('Email: %s', $mail_address),
    240240        get_l10n_args(''),
    241241        get_l10n_args('Admin: %s', $admin_url),
Note: See TracChangeset for help on using the changeset viewer.