mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Merge pull request #896 from derkostka/rebase-fix-#888
rebased fix for #888
This commit is contained in:
commit
854e991441
@ -841,7 +841,6 @@ class Contact extends VObject\VCard implements IPIMObject {
|
|||||||
$appinfo = \OCP\App::getAppInfo('contacts');
|
$appinfo = \OCP\App::getAppInfo('contacts');
|
||||||
$appversion = \OCP\App::getAppVersion('contacts');
|
$appversion = \OCP\App::getAppVersion('contacts');
|
||||||
$vcal->PRODID = '-//ownCloud//NONSGML '.$appinfo['name'].' '.$appversion.'//EN';
|
$vcal->PRODID = '-//ownCloud//NONSGML '.$appinfo['name'].' '.$appversion.'//EN';
|
||||||
$vcal->add($vevent);
|
|
||||||
return $vcal;
|
return $vcal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user