From 62d08029d83b38912108127644ff9fa0a8da1a56 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 29 Jan 2013 14:29:40 -0800 Subject: connnnnnnnections --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 65110fc72..524b4340c 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -791,7 +791,7 @@ function item_photo_menu($item){ if($contact) { $poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $contact['abook_id']; - $contact_url = $a->get_baseurl($ssl_state) . '/connnections/' . $contact['abook_id']; + $contact_url = $a->get_baseurl($ssl_state) . '/connections/' . $contact['abook_id']; $posts_link = $a->get_baseurl($ssl_state) . '/network/?cid=' . $contact['abook_id']; $clean_url = normalise_link($item['author-link']); -- cgit v1.2.3