mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question
This commit is contained in:
parent
63869aae9a
commit
fbc28c9b62
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user