summaryrefslogtreecommitdiffstats
path: root/lib/rss.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2008-02-23 23:44:31 +0000
committerpb1dft <pb1dft@ampache>2008-02-23 23:44:31 +0000
commit6bd576a9fe2524f5c662767206efdebf0b43c8ab (patch)
tree79a1c7b402517e650cf5cd7008c1eb14accd5528 /lib/rss.php
parenta79d27c52ace4b0c13fc0e5f88b4d857b85557e1 (diff)
downloadampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.tar.gz
ampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.tar.bz2
ampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.zip
- Fixed Sorting on Admin->Browse Users
- Fixed Shoutbox and shoutbox management (pb1dft)
Diffstat (limited to 'lib/rss.php')
-rw-r--r--lib/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss.php b/lib/rss.php
index 7f583380..99c7ebaf 100644
--- a/lib/rss.php
+++ b/lib/rss.php
@@ -201,7 +201,7 @@ switch ($type) {
$song = new Song($item['object_id']);
$song->format();
$user = new User($item['user']);
- $user->format_user();
+ $user->format();
echo " <title><![CDATA[$song->title]]></title>\n";
echo " <link>$web_path/stream.php?action=single_song&amp;song_id=".$item['object_id']."</link>\n";
echo " <description><![CDATA[$user->fullname played $song->title - $song->f_artist $time_string]]></description>\n";