mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
fix getBirthdayEvent
removing unneeded $vcal->add($vevent);
This commit is contained in:
parent
2d8d750895
commit
d00df09e69
@ -841,7 +841,6 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
$appinfo = \OCP\App::getAppInfo('contacts');
|
||||
$appversion = \OCP\App::getAppVersion('contacts');
|
||||
$vcal->PRODID = '-//ownCloud//NONSGML '.$appinfo['name'].' '.$appversion.'//EN';
|
||||
$vcal->add($vevent);
|
||||
return $vcal;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user