From fbc28c9b62f16071ce5d75dcadc170386a73fdbc Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 31 Jul 2013 10:22:07 +0000 Subject: [PATCH] attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question --- etemplate/inc/class.bo_tracking.inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etemplate/inc/class.bo_tracking.inc.php b/etemplate/inc/class.bo_tracking.inc.php index 32fb54168f..bf14f00360 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -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 *