diff --git a/calendar/inc/class.calendar_zpush.inc.php b/calendar/inc/class.calendar_zpush.inc.php index b126502299..0a6997c631 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, SyncAppointment $message, $contentParameters) + public function ChangeMessage($folderid, $_id, $message, $contentParameters) { unset($contentParameters); // unused, but required by function signature