From a9703d42d39c4eebfc2f1cc53cf3fef9484c8f7a Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 6 Feb 2015 13:45:28 +0800 Subject: [PATCH] HTML/FlexyFramework/Page.php --- HTML/FlexyFramework/Page.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/HTML/FlexyFramework/Page.php b/HTML/FlexyFramework/Page.php index 578b27d1..c83cc882 100644 --- a/HTML/FlexyFramework/Page.php +++ b/HTML/FlexyFramework/Page.php @@ -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 "
";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);
         
-- 
2.39.2