]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/xmloutputter.php
change category on urlmapper.php
[quix0rs-gnu-social.git] / lib / xmloutputter.php
index 15b18e7d90738f8ac3a348dd1b41931396d6c339..528f633050570c54b939ebed2b73f513a9a63d10 100644 (file)
@@ -242,4 +242,15 @@ class XMLOutputter
     {
         $this->xw->writeComment($txt);
     }
+
+    /**
+     * Flush output buffers
+     *
+     * @return void
+     */
+
+    function flush()
+    {
+        $this->xw->flush();
+    }
 }