DataObjects/Core_template.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 03:44:34 +0000 (11:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 03:44:34 +0000 (11:44 +0800)
DataObjects/Core_template.php

index 17ecb07..91cdfd7 100644 (file)
@@ -398,7 +398,7 @@ WHERE (
 */
 
     
-    function genGetText($cls)
+    function genGetText($classname)
     {
         // only supports pman ?
         $clsname = strtolower(get_class($cls));