Skip to content

Commit

Permalink
Horde_Mime_Mail: using getBasePart() instead of _getBasePart in metho…
Browse files Browse the repository at this point in the history
…d getRaw()
  • Loading branch information
DeepDiver1975 authored and slusarz committed Aug 2, 2014
1 parent d922e25 commit 95b18b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Mime/lib/Horde/Mime/Mail.php
Expand Up @@ -484,7 +484,7 @@ public function getRaw($stream = true)
);
}

return $this->_headers->toString() . $this->_getBasePart->toString();
return $this->_headers->toString() . $this->getBasePart()->toString();
}

/**
Expand Down

0 comments on commit 95b18b3

Please sign in to comment.