DataObjects/Core_templatestr.php
authorAlan Knowles <alan@roojs.com>
Fri, 26 Feb 2021 03:30:09 +0000 (11:30 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 26 Feb 2021 03:30:09 +0000 (11:30 +0800)
DataObjects/Core_templatestr.php

index 12a862f..bf05dfb 100644 (file)
@@ -616,7 +616,7 @@ class Pman_Core_DataObjects_Core_templatestr extends DB_DataObject
         //var_dump($flexy->compiledTemplate);
         $utime = file_exists($flexy->compiledTemplate) ?  filemtime( $flexy->compiledTemplate) : 0;
         
-        var_dump(date("r",$utime));
+        var_dump($flexy->compiledTemplate . ' : ' . date("r",$utime));
         static $cache = array(); // cache of templates..
         
         $ff = HTML_FlexyFramework::get();