diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
commit | 08f15a6fc60023f739676d3751e2cd14cecf52a4 (patch) | |
tree | dcbebfa488aa750cb35e2b311957ea419e032eb2 /Zotlabs/Module/Invite.php | |
parent | c24cfbc62af111f18576cfde8e4e920e66c57ff5 (diff) | |
parent | caf077cbf893cd02932194e1641c861ffcc2e339 (diff) | |
download | volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.gz volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.bz2 volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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; |