Changeset 216 for trunk/trax/vendor

Show
Ignore:
Timestamp:
06/01/06 21:04:53 (6 years ago)
Author:
john
Message:

fixed from address bug in AM

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_mailer.php

    r201 r216  
    132132        } 
    133133         
    134         if(!is_null($this->from)) { 
     134        if(is_null($this->from) || $this->from == '') { 
    135135            $this->from = $this->default_from;             
    136136        }