* Notifications: fix some calendar notifications event can not be opened, error: "egw.open() app is not in registery!"

This commit is contained in:
Hadi Nategh 2018-07-27 11:13:07 +02:00
parent c15eeb66a8
commit 10a4662d07

View File

@ -1099,7 +1099,8 @@ class calendar_boupdate extends calendar_bo
'event_id' => $event['id'],
'user_id' => $userid,
'type' => $m_type,
'id' => $event['id']
'id' => $event['id'],
'app' => 'calendar'
));
}
if ($m_type === MSG_ALARM) $notification->set_popupdata('calendar', array('egw_pr_notify' => 1, 'type' => $m_type));