Branch 'kolab-syncroton-2.2' - lib/kolab_sync_data_calendar.php

Aleksander Machniak machniak at kolabsys.com
Sat Nov 22 10:24:27 CET 2014


 lib/kolab_sync_data_calendar.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46f99da1f74de425294c92f3eb42888e96886364
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Sat Nov 22 10:23:20 2014 +0100

    Fix Class 'Syncroton_Exception_Status_MeetingMeeting' not found (#3961)

diff --git a/lib/kolab_sync_data_calendar.php b/lib/kolab_sync_data_calendar.php
index 14b379a..bb6e9af 100644
--- a/lib/kolab_sync_data_calendar.php
+++ b/lib/kolab_sync_data_calendar.php
@@ -492,7 +492,7 @@ class kolab_sync_data_calendar extends kolab_sync_data implements Syncroton_Data
     public function setAttendeeStatus(Syncroton_Model_MeetingResponse $request)
     {
         // @TODO: not implemented
-        throw new Syncroton_Exception_Status_MeetingResponse(Syncroton_Exception_Status_MeetingMeeting::MEETING_ERROR);
+        throw new Syncroton_Exception_Status_MeetingResponse(Syncroton_Exception_Status_MeetingResponse::MEETING_ERROR);
     }
 
     /**




More information about the commits mailing list