Changeset 327 for trunk/trax/vendor/trax/action_mailer.php
- Timestamp:
- 09/26/09 09:40:51 (3 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_mailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_mailer.php
r326 r327 219 219 $this->template_path = "{$this->template_root}/".Inflector::underscore(get_class($this)); 220 220 $this->template = $this->template ? $this->template : $method_name; 221 $this->headers = $this->headers ? $this->headers : array(); 222 $this->body = $this->body ? $this->body : array(); 221 #$this->headers = $this->headers ? $this->headers : array(); 222 $this->headers = array(); 223 #$this->body = $this->body ? $this->body : array(); 224 $this->body = null; 223 225 $this->default_from = "nobody@".($_SERVER['HTTP_HOST'] ? $_SERVER['HTTP_HOST'] : 'domain.com'); 224 226 $this->head_charset = $this->head_charset ? $this->head_charset : $this->default_charset;
