Ignore:
Timestamp:
Sep 1, 2014 4:50:11 PM (10 years ago)
Author:
anonymous
Message:

Increased robustness of Email(); added envelope_sender_address param. Clarity in Validator class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r487 r490  
    276276    public function notEmpty($form_name, $msg='')
    277277    {
    278         if (Validator::notEmpty(getFormData($form_name))) {
     278        if (!Validator::isEmpty(getFormData($form_name))) {
    279279            return true;
    280280        } else {
Note: See TracChangeset for help on using the changeset viewer.