From c9882fe76eb9db606d71c0794a61323b64c04387 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 26 Aug 2009 06:27:43 +0000 Subject: [PATCH] "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" --- etemplate/inc/class.bo_tracking.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_tracking.inc.php b/etemplate/inc/class.bo_tracking.inc.php index 87da63fbe8..574e9608b6 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -691,7 +691,7 @@ abstract class bo_tracking * @param boolean $integrate_link to have links embedded inside the body * @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 = ''; if ($html_email)