plugins/calendar

Aleksander Machniak machniak at kolabsys.com
Tue Aug 5 07:59:26 CEST 2014


 plugins/calendar/calendar.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 23dfdba348a1597c41268d852b9c3d51a04edef8
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Aug 5 07:59:12 2014 +0200

    Fix typo in last commit

diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php
index be36499..cb5b5a3 100644
--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -2442,7 +2442,7 @@ class calendar extends rcube_plugin
         
         if ($existing) {
           // only update attendee status
-          if ($$event['_method'] == 'REPLY') {
+          if ($event['_method'] == 'REPLY') {
             // try to identify the attendee using the email sender address
             $existing_attendee = -1;
             foreach ($existing['attendees'] as $i => $attendee) {




More information about the commits mailing list