forked from extern/egroupware
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)
This commit is contained in:
parent
5858523c53
commit
3f9fd761bb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user