diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 6d90abb01..ddc89346a 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -182,6 +182,7 @@ function suggest_widget() { $arr[] = array( 'url' => chanlink_url($rr['xchan_url']), + 'profile' => $rr['xchan_url'], 'name' => $rr['xchan_name'], 'photo' => $rr['xchan_photo_m'], 'ignlnk' => z_root() . '/suggest?ignore=' . $rr['xchan_hash'], |