aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-09-14 13:59:27 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-09-14 13:59:27 +0000
commit9b8066732603bec190f161bb7e891638eb0ae860 (patch)
treead49bc29c9efccbf6a78c935247f908d40b102b5 /include/ItemObject.php
parent254dc0ec988d54972ca856f0bcdf5c5cd0d41ce1 (diff)
downloadvolse-hubzilla-9b8066732603bec190f161bb7e891638eb0ae860.tar.gz
volse-hubzilla-9b8066732603bec190f161bb7e891638eb0ae860.tar.bz2
volse-hubzilla-9b8066732603bec190f161bb7e891638eb0ae860.zip
Thanks to Thomas other people see now your posts on your channel page also linked to source. If enabled.
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 79fd31c1c..96abe4df6 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -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']),