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

index 046a7d1..681a049 100644 (file)
@@ -431,7 +431,7 @@ class Pman_Cms_DataObjects_Cms_template  extends DB_DataObject
         
         $tmpl->contentStrings   = $flexy->compiler->contentStrings;
         
-         print_r($tmpl->words);
+        print_r(array($flexy->getTextStringsFile, $tmpl->words));
         $tmpl->currentTemplate  = $flexy->currentTemplate;
         
         $tmpl->view_name = $pgdata['base'];