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:
parent
36eb36d455
commit
d7c8b35ea6
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class Ampache_RSS
|
|||
$user = new User($shout->user);
|
||||
$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,
|
||||
'description' => $shout->text,
|
||||
'image' => Art::url($shout->object_id, $shout->object_type),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue