Thanks to Thomas other people see now your posts on your channel page also linked to source. If enabled.

This commit is contained in:
Jeroen 2014-09-14 13:59:27 +00:00
parent 254dc0ec98
commit 9b80667326

View file

@ -250,7 +250,7 @@ class Item extends BaseObject {
'osparkle' => $osparkle,
'sparkle' => $sparkle,
'title' => $item['title'],
'title_tosource' => get_pconfig(local_user(),'system','title_tosource'),
'title_tosource' => get_pconfig($conv->get_profile_owner(),'system','title_tosource'),
'ago' => relative_date($item['created']),
'app' => $item['app'],
'str_app' => sprintf( t(' from %s'), $item['app']),