1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Remove 'Shout By' on latest_shout rss feed

This commit is contained in:
Afterster 2015-05-13 07:27:23 +02:00
parent 36eb36d455
commit d7c8b35ea6

View file

@ -359,7 +359,7 @@ class Ampache_RSS
$user = new User($shout->user); $user = new User($shout->user);
$user->format(); $user->format();
$xml_array = array('title' => T_('Shout by') . ' ' . $user->username . ' ' . T_('on') . ' ' . $object->get_fullname(), $xml_array = array('title' => $user->username . ' ' . T_('on') . ' ' . $object->get_fullname(),
'link' => $object->link, 'link' => $object->link,
'description' => $shout->text, 'description' => $shout->text,
'image' => Art::url($shout->object_id, $shout->object_type), 'image' => Art::url($shout->object_id, $shout->object_type),