aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-20 13:14:54 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-20 13:14:54 +0200
commit9651689bb811630612397dde6281c27bdc649036 (patch)
treee4cac850b792cc47e8e3d554e0730cc3c27eb747 /Zotlabs/Widget
parente44f0c497f3634b88d8ed4df33a204fc4cbdc1b9 (diff)
downloadvolse-hubzilla-9651689bb811630612397dde6281c27bdc649036.tar.gz
volse-hubzilla-9651689bb811630612397dde6281c27bdc649036.tar.bz2
volse-hubzilla-9651689bb811630612397dde6281c27bdc649036.zip
fix event notifications viewall url
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php
index 37d9139ec..077949b4e 100644
--- a/Zotlabs/Widget/Notifications.php
+++ b/Zotlabs/Widget/Notifications.php
@@ -69,7 +69,7 @@ class Notifications {
'label' => t('New Events'),
'title' => t('New Events Notifications'),
'viewall' => [
- 'url' => 'events',
+ 'url' => 'cdav/calendar',
'label' => t('View events')
],
'markall' => [