"fix for bug #2222: Since a one of the last SVN update... Unable to print a ticket... Blank page...

bo_tracking::get_body() was protected, now public again"
This commit is contained in:
Ralf Becker 2009-08-26 06:27:43 +00:00
parent 8e55998ce2
commit c9882fe76e

View File

@ -691,7 +691,7 @@ abstract class bo_tracking
* @param boolean $integrate_link to have links embedded inside the body * @param boolean $integrate_link to have links embedded inside the body
* @return string * @return string
*/ */
protected function get_body($html_email,$data,$old,$integrate_link = true) public function get_body($html_email,$data,$old,$integrate_link = true)
{ {
$body = ''; $body = '';
if ($html_email) if ($html_email)