aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-19 17:21:45 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-19 17:21:45 +0200
commit2bd5ae361782d9c4a9bdfc1f037844d52d1fd502 (patch)
tree17023e2122aaad30bc6c643f0a4290d27d50ec97 /Zotlabs/Module/Ping.php
parent39a53113153cd5ddd985d4c1fd177c3e5fb70884 (diff)
downloadvolse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.tar.gz
volse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.tar.bz2
volse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.zip
provide link to source and some cleanup
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r--Zotlabs/Module/Ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index a367b1062..f0c3a8821 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -447,7 +447,7 @@ class Ping extends \Zotlabs\Web\Controller {
$when = day_translate(datetime_convert('UTC', (($rr['adjust']) ? date_default_timezone_get() : 'UTC'), $rr['dtstart'], $bd_format)) . (($today) ? ' ' . t('[today]') : '');
$result[] = array(
- 'notify_link' => z_root() . '/events', /// @FIXME this takes you to an edit page and it may not be yours, we really want to just view the single event --> '/events/event/' . $rr['event_hash'],
+ 'notify_link' => z_root() . '/cdav/calendar', /// @FIXME this takes you to an edit page and it may not be yours, we really want to just view the single event --> '/events/event/' . $rr['event_hash'],
'name' => $rr['xchan_name'],
'addr' => $rr['xchan_addr'],
'url' => $rr['xchan_url'],