DataObjects/Core_template.php wip_alan_T7553_translations
authorAlan <alan@roojs.com>
Tue, 17 Jan 2023 07:48:31 +0000 (15:48 +0800)
committerAlan <alan@roojs.com>
Tue, 17 Jan 2023 07:48:31 +0000 (15:48 +0800)
DataObjects/Core_template.php

index ecee524..e4bf650 100644 (file)
@@ -300,7 +300,7 @@ class Pman_Core_DataObjects_Core_template  extends DB_DataObject
         
         $tmpl->view_name = $pgdata['base'];
         
-        echo $pgdata['template'] ."\n";
+        //echo $pgdata['template'] ."\n";
         if (!$tmpl->get('template',  $pgdata['template'])) {
             $tmpl->is_deleted = 0;
             $tmpl->filetype = 'html';