From dc3cc655dbe5e63dbed622a24bf55047104609f9 Mon Sep 17 00:00:00 2001 From: zottel Date: Fri, 12 Aug 2016 23:27:03 +0200 Subject: fix auto-connect setting --- Zotlabs/Module/Connedit.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'Zotlabs/Module') 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'])) -- cgit v1.2.3