diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:50:25 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:50:25 -0700 |
commit | 6b41074396f72f8c47e3d6479b1035cde4a5c7f8 (patch) | |
tree | 4c1a32fcd5c5c5db13c4418241af974d9dedd5d2 /include/widgets.php | |
parent | 7db1bd23f0056a5918f6f1657fdc3a968c18574e (diff) | |
parent | f6cf992aee86e69d1ea5790c22d4af40c266d79e (diff) | |
download | volse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.tar.gz volse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.tar.bz2 volse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 2b5a2076f..d87a8c440 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') |