Explorar el Código

patching issue ZF-8869

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24402 44c647ce-9c0f-0410-b52a-842ac1e357ba
dragonbe hace 14 años
padre
commit
427cbfec58
Se han modificado 1 ficheros con 1 adiciones y 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);
     }
 }