HTML/FlexyFramework/Page.php
authorMichael <michael@roojs.com>
Fri, 6 Feb 2015 05:45:28 +0000 (13:45 +0800)
committerMichael <michael@roojs.com>
Fri, 6 Feb 2015 05:45:28 +0000 (13:45 +0800)
HTML/FlexyFramework/Page.php

index 578b27d..c83cc88 100644 (file)
@@ -284,11 +284,10 @@ class HTML_FlexyFramework_Page  {
 
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->template);
-
-        if ($this->elements) { /* BC crap! */
-            $this->elements = HTML_Template_Flexy_Factory::setErrors($this->elements,$this->errors);
-        }
-        echo "<pre>";print_r($this);exit;
+//        if ($this->elements) { /* BC crap! */
+ //           $this->elements = HTML_Template_Flexy_Factory::setErrors($this->elements,$this->errors);
+  //      }
+                
         $template_engine->elements = $this->elements;
         $template_engine->outputObject($this,$this->elements);