mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix wrong class name
This commit is contained in:
parent
583ce92b99
commit
78293e8939
@ -15,7 +15,7 @@
|
||||
/**
|
||||
* Addressbook activesync plugin
|
||||
*/
|
||||
class addressbook_activesync implements activesync_plugin_write, activesync_plugin_search_gal
|
||||
class addressbook_zpush implements activesync_plugin_write, activesync_plugin_search_gal
|
||||
{
|
||||
/**
|
||||
* @var BackendEGW
|
||||
|
@ -42,7 +42,7 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
|
||||
* How to deal with multiple alarms allowed in EGroupware: report earliest one to the device
|
||||
* (and hope it resyncs before next one is due, thought we do NOT report that as change currently!).
|
||||
*/
|
||||
class calendar_activesync implements activesync_plugin_write, activesync_plugin_meeting_requests
|
||||
class calendar_zpush implements activesync_plugin_write, activesync_plugin_meeting_requests
|
||||
{
|
||||
/**
|
||||
* var BackendEGW
|
||||
|
@ -13,7 +13,7 @@
|
||||
/**
|
||||
* InfoLog activesync plugin
|
||||
*/
|
||||
class infolog_activesync implements activesync_plugin_write
|
||||
class infolog_zpush implements activesync_plugin_write
|
||||
{
|
||||
/**
|
||||
* @var BackendEGW
|
||||
|
@ -17,7 +17,7 @@
|
||||
*
|
||||
* Plugin creates a device specific file to map alphanumeric folder names to nummeric id's.
|
||||
*/
|
||||
class mail_activesync implements activesync_plugin_write, activesync_plugin_sendmail, activesync_plugin_meeting_response, activesync_plugin_search_mailbox
|
||||
class mail_zpush implements activesync_plugin_write, activesync_plugin_sendmail, activesync_plugin_meeting_response, activesync_plugin_search_mailbox
|
||||
{
|
||||
/**
|
||||
* var BackendEGW
|
||||
|
Loading…
Reference in New Issue
Block a user