diff --git a/include/xml.php b/include/xml.php index 2bcc73b8f7..aa74cf65cf 100644 --- a/include/xml.php +++ b/include/xml.php @@ -12,6 +12,7 @@ class xml { * @param object $xml The createdXML will be returned by reference * @param bool $remove_header Should the XML header be removed or not? * @param array $namespaces List of namespaces + * @param bool $root - interally used parameter. Mustn't be used from outside. * * @return string The created XML */