mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
explicit call Egw::__destruct() to fix calendar notifications not send, if dialog is Saved not Applied
This commit is contained in:
@ -129,6 +129,7 @@ abstract class Extra
|
|||||||
{
|
{
|
||||||
$GLOBALS['egw']->framework->render('', false, false);
|
$GLOBALS['egw']->framework->render('', false, false);
|
||||||
}
|
}
|
||||||
|
$GLOBALS['egw']->__destruct();
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user