aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 22:54:21 -0800
committerfriendica <info@friendica.com>2013-12-06 22:54:21 -0800
commit08bbab9a06e56e2305ec3d48f5507ce3b909d286 (patch)
tree506c53a4e65f12df35901e032ae1ed517dbcab57 /mod
parent39536f6b7d7e7484c560b0584d2fb58e9925737d (diff)
downloadvolse-hubzilla-08bbab9a06e56e2305ec3d48f5507ce3b909d286.tar.gz
volse-hubzilla-08bbab9a06e56e2305ec3d48f5507ce3b909d286.tar.bz2
volse-hubzilla-08bbab9a06e56e2305ec3d48f5507ce3b909d286.zip
show a clean url in the hovertip for suggested friends
Diffstat (limited to 'mod')
-rw-r--r--mod/suggest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/suggest.php b/mod/suggest.php
index f891ebefc..bfa471fa5 100644
--- a/mod/suggest.php
+++ b/mod/suggest.php
@@ -50,6 +50,7 @@ function suggest_content(&$a) {
$arr[] = array(
'url' => chanlink_url($rr['xchan_url']),
+ 'profile' => $rr['xchan_url'],
'name' => $rr['xchan_name'],
'photo' => $rr['xchan_photo_m'],
'ignlnk' => $a->get_baseurl() . '/suggest?ignore=' . $rr['xchan_hash'],