From 277c21ed9e43d329ad5898a3a34448c21797febc Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Jun 2016 11:57:12 +0200 Subject: [PATCH] add SyncAppointment object to function signature --- calendar/inc/class.calendar_zpush.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_zpush.inc.php b/calendar/inc/class.calendar_zpush.inc.php index 0a6997c631..b126502299 100644 --- a/calendar/inc/class.calendar_zpush.inc.php +++ b/calendar/inc/class.calendar_zpush.inc.php @@ -522,7 +522,7 @@ class calendar_zpush implements activesync_plugin_write, activesync_plugin_meeti * Note that this function will never be called on E-mail items as you can't change e-mail items, you * can only set them as 'read'. */ - public function ChangeMessage($folderid, $_id, $message, $contentParameters) + public function ChangeMessage($folderid, $_id, SyncAppointment $message, $contentParameters) { unset($contentParameters); // unused, but required by function signature