DataObjects/Core_template.php
authorAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:14:49 +0000 (14:14 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:14:49 +0000 (14:14 +0800)
DataObjects/Core_template.php

index 65937d8..ed939ed 100644 (file)
@@ -451,7 +451,7 @@ class Pman_Core_DataObjects_Core_template  extends DB_DataObject
         $words = array();
         
         $fc = file_get_contents( $tmpl->currentTemplate );
-        
+        var_dump($tmpl->currentTemplate);
         $ar = preg_match('/\.\("^("+)"\)/', $fc, $outd);
         print_R($outd);
         $ar = preg_match('/\.\('. "'" . '(^"+)'. "'" . '\)/', $fc, $outs);