return an empty string from outputBody - as caller often plans to outpu tthe return...
authorAlan <alan@roojs.com>
Fri, 4 Aug 2023 07:18:22 +0000 (15:18 +0800)
committerAlan <alan@roojs.com>
Fri, 4 Aug 2023 07:18:22 +0000 (15:18 +0800)
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 '';
     }