summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/xmldata.class.php')
-rw-r--r--lib/class/xmldata.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index 753cf684..6a91ef00 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -205,7 +205,7 @@ class xmlData {
// Foreach it
foreach ($array as $key=>$value) {
-
+ $attribute = '';
// See if the key has attributes
if (is_array($value) AND isset($value['<attributes>'])) {
$attribute = ' ' . $value['<attributes>'];