From a313222ab7b51df79469c6082a856463248006e9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 2 Mar 2009 00:25:41 +0000 Subject: typo --- lib/class/stream.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/stream.class.php') 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 -- cgit