aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-07 11:22:11 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-07 11:22:11 +0100
commit47fbdda40951be5109c739f63331e2bb95ebd64a (patch)
treeef425faa148dd59d83d77e4ea2fdefee6d889324 /Zotlabs
parent1bb6dfc9a03550063d5b25fd804e586d45eb61fa (diff)
downloadvolse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.tar.gz
volse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.tar.bz2
volse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.zip
rename channel app events to calendar and add nav_set_selected() to /cal
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Cal.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cal.php b/Zotlabs/Module/Cal.php
index 41676ce02..c8403e979 100644
--- a/Zotlabs/Module/Cal.php
+++ b/Zotlabs/Module/Cal.php
@@ -69,6 +69,8 @@ class Cal extends \Zotlabs\Web\Controller {
notice( t('Permissions denied.') . EOL);
return;
}
+
+ nav_set_selected('Calendar');
$sql_extra = permissions_sql($channel['channel_id'],get_observer_hash(),'event');