diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:59:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:59:53 +0200 |
commit | 9948bb3f2aa3bf3efa68623b87ba854fb59b4926 (patch) | |
tree | 9bc78217ec86ee286baae1c85fa8f3523097789f /include/nav.php | |
parent | 0722775038121905b04af9601b55075ddf574bf3 (diff) | |
download | volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.tar.gz volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.tar.bz2 volse-hubzilla-9948bb3f2aa3bf3efa68623b87ba854fb59b4926.zip |
appification of privacy groups
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 1eef8dc07..988a07b7c 100644 --- a/include/nav.php +++ b/include/nav.php @@ -93,7 +93,7 @@ function nav($template = 'default') { if(! $_SESSION['delegate']) { $nav['manage'] = array('manage', t('Channel Manager'), "", t('Manage your channels'),'manage_nav_btn'); } - if(feature_enabled(local_channel(),'groups')) + if(Apps::system_app_installed(local_channel(), 'Privacy Groups')) $nav['group'] = array('group', t('Privacy Groups'),"", t('Manage your privacy groups'),'group_nav_btn'); $nav['settings'] = array('settings', t('Settings'),"", t('Account/Channel Settings'),'settings_nav_btn'); |