diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-20 13:14:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-20 13:14:54 +0200 |
commit | 9651689bb811630612397dde6281c27bdc649036 (patch) | |
tree | e4cac850b792cc47e8e3d554e0730cc3c27eb747 /Zotlabs/Widget | |
parent | e44f0c497f3634b88d8ed4df33a204fc4cbdc1b9 (diff) | |
download | volse-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.php | 2 |
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' => [ |