fix to make XmlMimeTypeConvert work

This commit is contained in:
Andreas Schamberger 2012-01-29 17:54:48 +01:00
parent f6a0dcf9a7
commit e697d41cc3
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ abstract class SoapMessage
{
if (null !== $this->contentDomDocument) {
$this->content = $this->contentDomDocument->saveXML();
$this->contentDomDocument = null;
}
return $this->content;
}