DataObjects/Cms_template.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:46:18 +0000 (13:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:46:18 +0000 (13:46 +0800)
DataObjects/Cms_template.php

index 42f6963..308eb70 100644 (file)
@@ -415,7 +415,7 @@ class Pman_Cms_DataObjects_Cms_template  extends DB_DataObject
           
         $r = $flexy->compile($pgdata['template']);
        
-//        print_r( $flexy->compiler);
+        print_r( $flexy);
       
         //printf(" %0.3fs : $fname<BR>", $time);
         if (is_a($r,'PEAR_Error')) {