Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:42:58 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:42:58 +0000 (16:42 +0800)
Pman/Roo.php

index db7c12a..3e6ded0 100644 (file)
@@ -477,7 +477,7 @@ class Pman_Roo extends Pman
                               // 'fillBlank' => 'gray', // set 
                         );
                         
-                        if (method_exists($data, 'toSimpleExcelCol')) {
+                        if (method_exists($data, 'toSimpleExcelColumn')) {
                             $add = $data->toSimpleExcelColumn($col);
                         }