diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-11-29 22:06:04 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-11-29 22:06:04 +0000 |
commit | 5087d783b70a34f1db62a61d4a8b6e39edd444ed (patch) | |
tree | 023bf994d0a1dd65fced7e3b7b64b48468bff553 /include/conversation.php | |
parent | d4539b415aba5499e36d37fd61ed3cd7a478e743 (diff) | |
download | volse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.tar.gz volse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.tar.bz2 volse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.zip |
Whitespace. Stupid £#@£@$ editor.
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 425a655f7..6b3e278f0 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -915,8 +915,8 @@ function item_photo_menu($item){ if($contact) { $poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $contact['abook_id']; - if (!($contact['abook_flags'] & ABOOK_FLAG_SELF)) - $contact_url = $a->get_baseurl($ssl_state) . '/connedit/' . $contact['abook_id']; + if (!($contact['abook_flags'] & ABOOK_FLAG_SELF)) + $contact_url = $a->get_baseurl($ssl_state) . '/connedit/' . $contact['abook_id']; $posts_link = $a->get_baseurl($ssl_state) . '/network/?cid=' . $contact['abook_id']; $clean_url = normalise_link($item['author-link']); |