aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-08 17:21:32 -0800
committerzotlabs <mike@macgirvin.com>2017-02-08 17:21:32 -0800
commit91819bfc2d475e1b16d3f5e9ca685ca2531a9084 (patch)
tree0a139ef141996efc1dedae5476b4f6fb8ddde981 /Zotlabs/Module/Connedit.php
parent6ee691e0190a7d6488888d2fd5009324e3a88f74 (diff)
downloadvolse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.gz
volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.bz2
volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.zip
bringer - all basic functionality is implemented
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r--Zotlabs/Module/Connedit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php
index 8f382246a..ccaf5cd5b 100644
--- a/Zotlabs/Module/Connedit.php
+++ b/Zotlabs/Module/Connedit.php
@@ -827,6 +827,8 @@ class Connedit extends \Zotlabs\Web\Controller {
'$header' => (($self) ? t('Connection Default Permissions') : sprintf( t('Connection: %s'),$contact['xchan_name'])),
'$autoperms' => array('autoperms',t('Apply these permissions automatically'), ((get_pconfig(local_channel(),'system','autoperms')) ? 1 : 0), t('Connection requests will be approved without your interaction'), $yes_no),
'$permcat' => [ 'permcat', t('Permission role'), '', '',$permcats ],
+ '$permcat_new' => t('Add permission role'),
+ '$permcat_enable' => feature_enabled(local_channel(),'permcats'),
'$addr' => $contact['xchan_addr'],
'$section' => $section,
'$sections' => $sections,