aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/xml.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-14 16:13:56 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-14 16:13:56 +0000
commit2581779073b9e2029a91041c0c775de40e6b8ea8 (patch)
tree1674170ad12747958ac58c81b0d1496981502814 /engine/lib/xml.php
parente2bcd04612f751c035ab4e331a7a2176e9f7e35b (diff)
downloadelgg-2581779073b9e2029a91041c0c775de40e6b8ea8.tar.gz
elgg-2581779073b9e2029a91041c0c775de40e6b8ea8.tar.bz2
Merge r5761:5788 from 1.7 to trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@6053 36083f99-b078-4883-b0ff-0f9b5a30f544
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;