show a clean url in the hovertip for suggested friends

This commit is contained in:
friendica
2013-12-06 22:54:21 -08:00
parent 39536f6b7d
commit 08bbab9a06
3 changed files with 3 additions and 1 deletions

View File

@@ -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'],