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

index 7e67a6e..6eaaacf 100644 (file)
@@ -400,6 +400,7 @@ WHERE (
     
     function genGetText($cls)
     {
+        // only supports pman ?
         $clsname = strtolower(get_class($cls));
         DB_DataObject::debugLevel(1);
         $d = DB_DataObject::factory($this->tableName());