From d29ef9ceb83696f7e7d825012aaa77cd669e31d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Jan 2013 12:14:37 +0800 Subject: [PATCH] JsonToExcel.php --- JsonToExcel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsonToExcel.php b/JsonToExcel.php index 2e854f14..d58d3e27 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -74,8 +74,8 @@ class Pman_Core_JsonToExcel extends Pman require_once 'File/Convert.php'; $fc= new File_Convert($this->outfile2, "application/vnd.ms-excel"); $fn = $fc->convert("application/vnd.ms-excel"); - $fc->serve('attachment',$fn); // can fix IE Mess - + $fc->serve('attachment',$outfile2); // can fix IE Mess + unlink($outfile2); } -- 2.39.2