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 *