aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
committerMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
commita6a17a85f32733a29c8d4242e93f1de054d4e6fb (patch)
treeb0cdc1eb3c423aa81ff609f4a3461cdc60fecb09 /Zotlabs/Module/Ping.php
parent904ae058108412de5e068b02cd45d9b8b4e90e4b (diff)
parent9275fd16c232ac6c55da345125c240013248e972 (diff)
downloadvolse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.gz
volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.bz2
volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.zip
Merge branch 'calendar_merge' into 'dev'
calendar merge - initial checkin See merge request hubzilla/core!1599
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'],