Ignore:
Timestamp:
Mar 4, 2017 1:14:01 PM (7 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/FormValidator.inc.php

    r569 r584  
    414414                // Check domain exists: It's a domain if ip2long fails; checkdnsrr ensures a MX record exists; gethostbyname() ensures the domain exists.
    415415                $this->addError($form_name, sprintf(_("The email address <em>%s</em> does not have a valid domain name."), oTxt(getFormData($form_name))), MSG_ERR, __FILE__, __LINE__);
    416                 logMsg(sprintf('%s (line %s) failed: %s', __METHOD__, __LINE__, getDump($val)));
     416                logMsg(sprintf('%s (line %s) failed: %s', __METHOD__, __LINE__, getDump($email)));
    417417                return false;
    418418            }
Note: See TracChangeset for help on using the changeset viewer.