]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Merge pull request #1947 from annando/1510-diaspora-follower
[friendica.git] / include / conversation.php
index cdcc5601084818e74dd415ce5c305fc40f711a4a..83b5741fe1147c9eef0595c179ea4f8fb7fba926 100644 (file)
@@ -897,7 +897,8 @@ function item_photo_menu($item){
        if ($a->contacts[$clean_url]['network'] === NETWORK_DFRN)
                $menu[t("Poke")] = $poke_link;
 
-       if (($cid == 0) AND in_array($item['network'], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA)))
+       if (($cid == 0) AND
+               in_array($item['network'], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA)))
                $menu[t("Connect/Follow")] = $a->get_baseurl($ssl_state)."/follow?url=".urlencode($item['author-link']);
 
        $args = array('item' => $item, 'menu' => $menu);