make directory suggest work with directory options

This commit is contained in:
Mario Vavti
2015-07-07 14:46:47 +02:00
parent 18798b1d12
commit b50151d7bf
2 changed files with 7 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ function widget_suggestions($arr) {
'profile' => $rr['xchan_url'],
'name' => $rr['xchan_name'],
'photo' => $rr['xchan_photo_m'],
'ignlnk' => z_root() . '/suggest?ignore=' . $rr['xchan_hash'],
'ignlnk' => z_root() . '/directory?ignore=' . $rr['xchan_hash'],
'conntxt' => t('Connect'),
'connlnk' => $connlnk,
'ignore' => t('Ignore/Hide')