mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
add SyncAppointment object to function signature
This commit is contained in:
parent
5c803e9c43
commit
277c21ed9e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user