mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"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:
parent
8e55998ce2
commit
c9882fe76e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user