Changeset 559 for trunk/lib


Ignore:
Timestamp:
Dec 30, 2015 6:16:06 PM (8 years ago)
Author:
anonymous
Message:

Minor fixes

File:
1 edited

Legend:

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

    r550 r559  
    257257    public function getBody()
    258258    {
     259        $app =& App::getInstance();
     260
    259261        $final_body = isset($this->_template_replaced) ? $this->_template_replaced : $this->_template;
    260262        // Ensure all placeholders have been replaced. Find anything with {...} characters.
Note: See TracChangeset for help on using the changeset viewer.