aboutsummaryrefslogtreecommitdiffstats
path: root/mod/suggest.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/suggest.php')
-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'],