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

index 681a049..276ee7e 100644 (file)
@@ -430,7 +430,7 @@ class Pman_Cms_DataObjects_Cms_template  extends DB_DataObject
                 array();
         
         $tmpl->contentStrings   = $flexy->compiler->contentStrings;
-        
+        var_dump(file_exists($flexy->getTextStringsFile));
         print_r(array($flexy->getTextStringsFile, $tmpl->words));
         $tmpl->currentTemplate  = $flexy->currentTemplate;