diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 00:25:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 00:25:41 +0000 |
commit | a313222ab7b51df79469c6082a856463248006e9 (patch) | |
tree | 0777c980732f975af892225c4f3775598c383506 /lib/class/stream.class.php | |
parent | 9eca0afefa38b2c171165e2a380fb3d332caa217 (diff) | |
download | ampache-a313222ab7b51df79469c6082a856463248006e9.tar.gz ampache-a313222ab7b51df79469c6082a856463248006e9.tar.bz2 ampache-a313222ab7b51df79469c6082a856463248006e9.zip |
typo
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 17ef8c55..b8242832 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -435,7 +435,7 @@ class Stream { $xml['track']['identifier'] = $xml['track']['location']; $xml['track']['duration'] = $length * 1000; - $result .= xmlData::keyed_array($xml,1) + $result .= xmlData::keyed_array($xml,1); } // end foreach |