1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
rebased fix for #888
This commit is contained in:
Jakob Sack 2015-05-26 15:38:29 +02:00
commit 854e991441

View File

@ -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;
}
}