lvhao 9 tuntia sitten
vanhempi
commit
632564e5f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

+ 1 - 1
core/CoreApp/controllers/Whlabel.php

@@ -3746,7 +3746,7 @@ class Whlabel extends Start_Controller
             </table>";
 			$filename = $title . ".xls";
 			$tail = "";
-			$this->excel->get_fz2($list, $titlename, $filename, $tail);
+			$this->excelxh->get_fz2($list, $titlename, $filename, $tail);
 		}
 	}