aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2016-08-12 23:27:03 +0200
committerredmatrix <git@macgirvin.com>2016-08-12 14:44:48 -0700
commit7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2 (patch)
treed5b69f735fa8cd1d8095da499d6a55a166e24046 /Zotlabs
parent91b8c769bd1c680b22039af52727c645d2d7bdaf (diff)
downloadvolse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.tar.gz
volse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.tar.bz2
volse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.zip
fix auto-connect setting
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Connedit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php
index 8fa6f0e96..217249469 100644
--- a/Zotlabs/Module/Connedit.php
+++ b/Zotlabs/Module/Connedit.php
@@ -336,9 +336,6 @@ class Connedit extends \Zotlabs\Web\Controller {
call_hooks('accept_follow', $arr);
}
- if(! is_null($autoperms))
- set_pconfig(local_channel(),'system','autoperms',(($autoperms) ? $abook_my_perms : 0));
-
$this->connedit_clone($a);
if(($_REQUEST['pending']) && (!$_REQUEST['done']))