aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/xml.php')
-rw-r--r--engine/lib/xml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/xml.php b/engine/lib/xml.php
index f691b2475..b21fdd92b 100644
--- a/engine/lib/xml.php
+++ b/engine/lib/xml.php
@@ -110,7 +110,7 @@
}
if ($n==0) {
- $output = "</array>\n";
+ $output .= "</array>\n";
}
return $output;