Explorar o código

patching issue ZF-8869

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24402 44c647ce-9c0f-0410-b52a-842ac1e357ba
dragonbe %!s(int64=14) %!d(string=hai) anos
pai
achega
427cbfec58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/Zend/XmlRpc/Generator/XmlWriter.php

+ 1 - 1
library/Zend/XmlRpc/Generator/XmlWriter.php

@@ -87,6 +87,6 @@ class Zend_XmlRpc_Generator_XmlWriter extends Zend_XmlRpc_Generator_GeneratorAbs
 
     public function saveXml()
     {
-        return $this->_xmlWriter->flush(false);
+        return $this->_xmlWriter->flush(true);
     }
 }