mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
fixed typo causing extension to be lost
This commit is contained in:
parent
0b185c91f4
commit
20346395d7
@ -494,7 +494,7 @@ class importexport_export_ui {
|
|||||||
// Get charset
|
// Get charset
|
||||||
$charset = egw_cache::getSession('importexport', $tmpfname);
|
$charset = egw_cache::getSession('importexport', $tmpfname);
|
||||||
|
|
||||||
html::content_header($nicefname.'.'.$_GET['_suffic'],
|
html::content_header($nicefname.'.'.$_GET['_suffix'],
|
||||||
($_GET['_type'] ? $_GET['_type'] : 'application/text') . ($charset ? '; charset='.$charset : ''),
|
($_GET['_type'] ? $_GET['_type'] : 'application/text') . ($charset ? '; charset='.$charset : ''),
|
||||||
filesize($tmpfname));
|
filesize($tmpfname));
|
||||||
fpassthru($file);
|
fpassthru($file);
|
||||||
|
Loading…
Reference in New Issue
Block a user