From 3f9fd761bb9720fec7bb158e4ca9ded9ab22f25b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Jun 2016 12:53:05 +0200 Subject: [PATCH] revert last commit to fix PHP Fatal error: Declaration of calendar_zpush::ChangeMessage($folderid, $_id, SyncAppointment $message, $contentParameters) must be compatible with activesync_plugin_write::ChangeMessage($folderid, $id, $message, $contentParameters) --- 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 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