aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-26 15:39:25 -0800
committerredmatrix <git@macgirvin.com>2016-01-26 15:39:25 -0800
commit9c71b74d373001ac47add095fc204bddb25ee91d (patch)
tree70422b830b0e97cba30d503f3648e6b189e9b253 /mod/ping.php
parent535a54040f84bee6c90a24920cf861c2c307dfa4 (diff)
parent68030d12cfefa8982774cca9714b0c1eed7b9537 (diff)
downloadvolse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.tar.gz
volse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.tar.bz2
volse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 394dbf089..69d504da1 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -299,7 +299,7 @@ function ping_init(&$a) {
if($r) {
foreach($r as $rr) {
$result[] = array(
- 'notify_link' => $a->get_baseurl() . '/connedit/' . $rr['abook_id'],
+ 'notify_link' => $a->get_baseurl() . '/connections/ifpending',
'name' => $rr['xchan_name'],
'url' => $rr['xchan_url'],
'photo' => $rr['xchan_photo_s'],