summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-21 18:26:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-21 18:26:00 +0000
commit090d4f6899a456a535d392a93fdfddb6d2263f13 (patch)
treef895b16856a6b1e72628f90040a69426314b8351 /lib/class/xmldata.class.php
parent9ded189f8c466838c4a1913126383ee21061e102 (diff)
downloadampache-090d4f6899a456a535d392a93fdfddb6d2263f13.tar.gz
ampache-090d4f6899a456a535d392a93fdfddb6d2263f13.tar.bz2
ampache-090d4f6899a456a535d392a93fdfddb6d2263f13.zip
some temporary tweaks to make the whole amarok thing work, will be tweaking this as it is currently slightly insecure
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 ea5fb9bd..c9d49a3f 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -116,7 +116,7 @@ class xmlData {
$string .= "\t<artist id=\"0\"><![CDATA[Various]]></artist>\n";
}
else {
- $string .= "\t<artist id=\"$album->artist\"><![CDATA[$album->artist_name]]></artist>\n";
+ $string .= "\t<artist id=\"$album->artist_id\"><![CDATA[$album->artist_name]]></artist>\n";
}
$string .= "\t<year>$album->year</year>\n" .