]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
Bugfix: The contact names had to be escaped
[friendica.git] / mod / directory.php
index fa3a89e45a7dac0e810f9236bddc6d18f1726117..6fd99256f0a80c06586c0f80b583ed150494526a 100644 (file)
@@ -171,7 +171,7 @@ function directory_content(&$a) {
                        $entry = replace_macros($tpl,array(
                                '$id' => $rr['id'],
                                '$profile_link' => $profile_link,
-                               '$photo' => proxy_url($a->get_cached_avatar_image($rr[$photo])),
+                               '$photo' => proxy_url($a->get_cached_avatar_image($rr[$photo]), false, PROXY_SIZE_THUMB),
                                '$alt_text' => $rr['name'],
                                '$name' => $rr['name'],
                                '$details' => $pdesc . $details,