mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix vCard export issue
This commit is contained in:
parent
5f3b45fa1d
commit
2c12d737b2
@ -965,8 +965,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
{
|
||||
if (!$file)
|
||||
{
|
||||
$browser =& CreateObject('phpgwapi.browser');
|
||||
$browser->content_header('addressbook.vcf','text/x-vcard');
|
||||
html::content_header('addressbook.vcf','text/x-vcard');
|
||||
}
|
||||
if (!($fp = fopen($file ? $file : 'php://output','w')))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user