attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question

This commit is contained in:
Klaus Leithoff 2013-07-31 10:22:07 +00:00
parent 63869aae9a
commit fbc28c9b62

View File

@ -660,6 +660,16 @@ abstract class bo_tracking
*/
protected $body_cache = array();
/**
* method to clear the Cache for notificaton body
*
* Cache is by id, language, date-format and type text/html
*/
public function ClearBodyCache()
{
$this->body_cache = array();
}
/**
* Sending a notification to the given email-address
*