diff options
author | Friendika <info@friendika.com> | 2011-04-11 16:15:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 16:15:38 -0700 |
commit | a4836ac1ba1c92f54d286621592f3f332603ff07 (patch) | |
tree | 8160c71b88a24628fb4f5f00a61f7b06c77917d7 /include/conversation.php | |
parent | 68731a2c39ea0b235e5f715315243feda18b8d1c (diff) | |
download | volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.tar.gz volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.tar.bz2 volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.zip |
wallwall oddities on display page
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php index d6a439a53..3f8ea4196 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -240,9 +240,9 @@ function conversation(&$a, $items, $mode, $update) { if($item['type'] === 'wall') { // I do. Put me on the left of the wall-to-wall notice. - $owner_url = $a->contact['url']; - $owner_photo = $a->contact['thumb']; - $owner_name = $a->contact['name']; + $owner_url = $a->page_contact['url']; + $owner_photo = $a->page_contact['thumb']; + $owner_name = $a->page_contact['name']; $template = $wallwall; $commentww = 'ww'; } |