mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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
|
* @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)
|
||||||
|
Loading…
Reference in New Issue
Block a user