mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
on delete, remove previewMessage from session
This commit is contained in:
parent
73d6b61f79
commit
95a24bbef7
@ -345,6 +345,8 @@ class ajaxfelamimail
|
||||
try
|
||||
{
|
||||
$this->bofelamimail->deleteMessages(($_messageList == 'all'? 'all':$_messageList['msg']));
|
||||
unset($this->sessionData['previewMessage']);
|
||||
$this->saveSessionData();
|
||||
}
|
||||
catch (egw_exception $e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user