From a4836ac1ba1c92f54d286621592f3f332603ff07 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 11 Apr 2011 16:15:38 -0700 Subject: wallwall oddities on display page --- include/conversation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/conversation.php') 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'; } -- cgit v1.2.3