explicit call Egw::__destruct() to fix calendar notifications not send, if dialog is Saved not Applied

This commit is contained in:
Ralf Becker 2020-07-27 16:08:00 +02:00
parent 231312b0aa
commit 2a500333ed

View File

@ -129,6 +129,7 @@ abstract class Extra
{
$GLOBALS['egw']->framework->render('', false, false);
}
$GLOBALS['egw']->__destruct();
exit;
}