aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-07 14:46:47 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-07 14:46:47 +0200
commitb50151d7bf5f05b4cac8afa2674605e195d12e9a (patch)
treec751d531f1e5264b54a0d638c8362ec7e3aa1b13 /include/widgets.php
parent18798b1d12c1716b395d89bf214fdd42f41fd2d1 (diff)
downloadvolse-hubzilla-b50151d7bf5f05b4cac8afa2674605e195d12e9a.tar.gz
volse-hubzilla-b50151d7bf5f05b4cac8afa2674605e195d12e9a.tar.bz2
volse-hubzilla-b50151d7bf5f05b4cac8afa2674605e195d12e9a.zip
make directory suggest work with directory options
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 4a9032a21..888e56733 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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')