aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2016-08-12 23:27:03 +0200
committerzottel <github@zottel.net>2016-08-12 23:27:03 +0200
commitdc3cc655dbe5e63dbed622a24bf55047104609f9 (patch)
tree468a87c4ea484dcff921b94910f534e62875c144 /Zotlabs/Module/Connedit.php
parente4bdc92834be9f308ef0f6a253c81f90d1e7537b (diff)
downloadvolse-hubzilla-dc3cc655dbe5e63dbed622a24bf55047104609f9.tar.gz
volse-hubzilla-dc3cc655dbe5e63dbed622a24bf55047104609f9.tar.bz2
volse-hubzilla-dc3cc655dbe5e63dbed622a24bf55047104609f9.zip
fix auto-connect setting
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-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']))