From 23dfdba348a1597c41268d852b9c3d51a04edef8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 5 Aug 2014 07:59:12 +0200 Subject: [PATCH] Fix typo in last commit --- plugins/calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index be364992..cb5b5a3a 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) {