return an empty string from outputBody - as caller often plans to outpu tthe return...
[pear] / HTML / FlexyFramework / Page.php
index a2cff03..e8add0e 100644 (file)
@@ -298,7 +298,7 @@ class HTML_FlexyFramework_Page  {
         }
         $template_engine->elements = $this->elements;
         $template_engine->outputObject($this,$this->elements);
-    
+        return '';
     }