diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-08 10:26:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-08 10:26:49 +0100 |
commit | 384cb215beebb2cbd7ad5b32da551ebde1f3a6e0 (patch) | |
tree | 9e733d14e04773a70133c87159957b6cda7495d9 /Zotlabs/Widget | |
parent | 9e64ce7da77bf1dbe3c4fa29cc877900d3448049 (diff) | |
download | volse-hubzilla-384cb215beebb2cbd7ad5b32da551ebde1f3a6e0.tar.gz volse-hubzilla-384cb215beebb2cbd7ad5b32da551ebde1f3a6e0.tar.bz2 volse-hubzilla-384cb215beebb2cbd7ad5b32da551ebde1f3a6e0.zip |
wrong link
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 322a7b60a..d51cb0113 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -67,7 +67,7 @@ class Notifications { 'label' => t('New Events'), 'title' => t('New Events Notifications'), 'viewall' => [ - 'url' => 'mail/combined', + 'url' => 'events', 'label' => t('View events') ], 'markall' => [ |