Correct function call
This commit is contained in:
parent
d99b8f8fee
commit
2605138b08
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ class libvcalendar implements Iterator
|
|||
$trigger = '@' . $prop->getDateTime()->format('U');
|
||||
$alarm['trigger'] = $prop->getDateTime();
|
||||
}
|
||||
if (!$trigger && ($values = libcalendaring::parse_alaram_value($value))) {
|
||||
if (!$trigger && ($values = libcalendaring::parse_alarm_value($value))) {
|
||||
$trigger = $values[2];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue