diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
commit | 4335e49381a766bc59b3ccd3df9c4981afab7603 (patch) | |
tree | 7fa7b9554fa18032ed1bf47690b9162a22bd7c9d /Zotlabs/Module/Invite.php | |
parent | 27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff) | |
download | volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.gz volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.bz2 volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.zip |
more nav_set_selected
Diffstat (limited to 'Zotlabs/Module/Invite.php')
-rw-r--r-- | Zotlabs/Module/Invite.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Invite.php b/Zotlabs/Module/Invite.php index 927e7beae..bbd98150d 100644 --- a/Zotlabs/Module/Invite.php +++ b/Zotlabs/Module/Invite.php @@ -88,12 +88,14 @@ class Invite extends \Zotlabs\Web\Controller { } - function get() { + function get() { if(! local_channel()) { notice( t('Permission denied.') . EOL); return; } + + nav_set_selected(t('Invite')); $tpl = get_markup_template('invite.tpl'); $invonly = false; |