From 10a4662d071215b5dc4d68adf0937b04a3176b6c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 27 Jul 2018 11:13:07 +0200 Subject: [PATCH] * Notifications: fix some calendar notifications event can not be opened, error: "egw.open() app is not in registery!" --- calendar/inc/class.calendar_boupdate.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_boupdate.inc.php b/calendar/inc/class.calendar_boupdate.inc.php index d26cffadb2..76e431052b 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -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));