git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24402 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -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);
}