From 20346395d7344ba882aace7d9d76e4af4ccf44bf Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 3 Jul 2012 14:24:07 +0000 Subject: [PATCH] fixed typo causing extension to be lost --- importexport/inc/class.importexport_export_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_export_ui.inc.php b/importexport/inc/class.importexport_export_ui.inc.php index 8d635929cd..f8ff570c3c 100644 --- a/importexport/inc/class.importexport_export_ui.inc.php +++ b/importexport/inc/class.importexport_export_ui.inc.php @@ -494,7 +494,7 @@ class importexport_export_ui { // Get charset $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 : ''), filesize($tmpfname)); fpassthru($file);