Really skip this property
This commit is contained in:
parent
354a18795f
commit
01dcd96c74
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ class libcalendaring extends rcube_plugin
|
||||||
$val = join(',', (array)$val);
|
$val = join(',', (array)$val);
|
||||||
break;
|
break;
|
||||||
case 'EXCEPTIONS':
|
case 'EXCEPTIONS':
|
||||||
continue;
|
continue 2;
|
||||||
}
|
}
|
||||||
$rrule .= $k . '=' . $val . ';';
|
$rrule .= $k . '=' . $val . ';';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue