more nav_set_selected

This commit is contained in:
git-marijus
2017-07-22 11:04:18 +02:00
parent 27678a523c
commit 4335e49381
14 changed files with 37 additions and 12 deletions

View File

@@ -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;