diff options
author | friendica <info@friendica.com> | 2014-01-08 14:12:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-08 14:12:03 -0800 |
commit | f1d6d5883238cec7384b5ac6b00b5d0321ecece5 (patch) | |
tree | 6f807693b68fe2cafb17ba40b9c5e1bf838bd65d /mod | |
parent | 29db2369811ba35515d285491ce089d937ed8d29 (diff) | |
parent | c35034bfe1f0f8567db764d41527f0838b09b50d (diff) | |
download | volse-hubzilla-f1d6d5883238cec7384b5ac6b00b5d0321ecece5.tar.gz volse-hubzilla-f1d6d5883238cec7384b5ac6b00b5d0321ecece5.tar.bz2 volse-hubzilla-f1d6d5883238cec7384b5ac6b00b5d0321ecece5.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index a0938cb15..dda87dec2 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -209,7 +209,7 @@ function ping_init(&$a) { if($r) { foreach($r as $rr) { $result[] = array( - 'notify_link' => $a->get_baseurl() . '/connections/' . $rr['abook_id'], + 'notify_link' => $a->get_baseurl() . '/connedit/' . $rr['abook_id'], 'name' => $rr['xchan_name'], 'url' => $rr['xchan_url'], 'photo' => $rr['xchan_photo_s'], |