]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #2739 from annando/1608-session-close
[friendica.git] / mod / allfriends.php
index 360b222b50dd647ad56d0febaff70c75129bffda..498b9d7dbf1cf62b0b61eff85aec17e8575ace5b 100644 (file)
@@ -61,8 +61,10 @@ function allfriends_content(&$a) {
                }
                else {
                        $connlnk = $a->get_baseurl() . '/follow/?url=' . $rr['url'];
-                       $photo_menu = array(array(t("View Profile"), zrl($rr['url'])));
-                       $photo_menu[] = array(t("Connect/Follow"), $connlnk);
+                       $photo_menu = array(
+                               'profile' => array(t("View Profile"), zrl($rr['url'])),
+                               'follow' => array(t("Connect/Follow"), $connlnk)
+                       );
                }
 
                $entry = array(