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

index 67c0f1a..281df30 100644 (file)
@@ -431,7 +431,7 @@ class Pman_Cms_DataObjects_Cms_template  extends DB_DataObject
         
         $tmpl->contentStrings   = $flexy->compiler->contentStrings;
         
-         print_r($tmpl->contentStrings);
+         print_r($tmpl->words);
         $tmpl->currentTemplate  = $flexy->currentTemplate;
         
         $tmpl->view_name = $pgdata['base'];