From: Alan Knowles Date: Tue, 21 May 2019 08:59:25 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=263bc2c7c9253c6f38820e6824fc06b92ecec417 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index d56dd558..83aa95fb 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -436,7 +436,7 @@ class Pman_Core_SimpleExcel extends Pman $ar[0]($ar[1], $ar[2], $ar[3], $ar[4], $ar[5]); } else { // not sure if row is correct here...!!!? - call_user_func($ar[0],$ar[2], $ar[3], $ar[4], $ar[5]); + call_user_func($ar[0],$ar[1], $ar[2], $ar[3], $ar[4], $ar[5]); } }