diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
commit | 0f8d2d4e58cd085de29c630babaf7df3a35393c3 (patch) | |
tree | 8da71ebff073f86212baf1a362063e8cdb86c4e7 /Zotlabs/Widget/Notifications.php | |
parent | 63107f5b2f5031a7cc971063b9344592cc2257e3 (diff) | |
parent | ba954b8cfeaf18477a5d7c17338efd909951744c (diff) | |
download | volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.gz volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.bz2 volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-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' => [ |