Preview.php
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 04:22:25 +0000 (12:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 04:22:25 +0000 (12:22 +0800)
Preview.php

index b094135..7eebcfd 100644 (file)
@@ -86,6 +86,7 @@ class Pman_Builder_Preview extends Pman_Cms_Preview
             $this->elements = HTML_Template_Flexy_Factory::setErrors($this->elements,$this->errors);
         }
         $template_engine->elements = $this->elements;
+         $this->timer->setMarker(__CLASS__ . '::outputBody - render template');
         $template_engine->outputObject($this,$this->elements);
         
         if ($this->timer) {