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

index 0e6a97e..2b378b3 100644 (file)
@@ -223,7 +223,7 @@ class Pman_Core_SimpleExcel extends Pman
     
     function addLine($worksheet_name, $clo)
     {
-        $cfg        = $this->workSheetCfg[$worksheet_name];
+        $cfg        = $this->worksheetCfg[$worksheet_name];
         $start_row  = $this->start_row;
         $formats    = $this->formats;
         $worksheet  = $this->worksheet;