SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:28:19 +0000 (11:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:28:19 +0000 (11:28 +0800)
SimpleExcel.php

index eabb4e0..66d7a7e 100644 (file)
@@ -84,7 +84,7 @@ class Pman_Core_SimpleExcel extends Pman
             
         }
         
-        if (empty($cfg['leave_open'])) {
+        if (!empty($cfg['leave_open'])) {
             $this->workbook = $workbook;
             $this->outfile2 = $outfile2;
             return;