]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
raising profile photo size to comply with frio sidebar profile photo
[friendica.git] / mod / dirfind.php
index ea5aae669ac233c74968fbb0413440f4546e8134..3e5aa83a7208df0f14c3cddc6b523b4bcc927afc 100644 (file)
@@ -226,7 +226,7 @@ function dirfind_content(App $a, $prefix = "") {
                                                $photo_menu = [];
                                        }
 
-                                       $photo_menu['profile'] = [L10n::t("View Profile"), Module\Contact::magicLink($jj->url)];
+                                       $photo_menu['profile'] = [L10n::t("View Profile"), Model\Contact::magicLink($jj->url)];
                                        $photo_menu['follow'] = [L10n::t("Connect/Follow"), $connlnk];
                                }