Fix typo in last commit
This commit is contained in:
parent
c4dec32034
commit
23dfdba348
1 changed files with 1 additions and 1 deletions
|
@ -2442,7 +2442,7 @@ class calendar extends rcube_plugin
|
||||||
|
|
||||||
if ($existing) {
|
if ($existing) {
|
||||||
// only update attendee status
|
// only update attendee status
|
||||||
if ($$event['_method'] == 'REPLY') {
|
if ($event['_method'] == 'REPLY') {
|
||||||
// try to identify the attendee using the email sender address
|
// try to identify the attendee using the email sender address
|
||||||
$existing_attendee = -1;
|
$existing_attendee = -1;
|
||||||
foreach ($existing['attendees'] as $i => $attendee) {
|
foreach ($existing['attendees'] as $i => $attendee) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue