diff options
author | zottel <github@zottel.net> | 2016-08-12 23:27:03 +0200 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-12 14:44:48 -0700 |
commit | 7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2 (patch) | |
tree | d5b69f735fa8cd1d8095da499d6a55a166e24046 | |
parent | 91b8c769bd1c680b22039af52727c645d2d7bdaf (diff) | |
download | volse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.tar.gz volse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.tar.bz2 volse-hubzilla-7d2a17ea6e9d78eec620e8d75a0cb4c96f5d98f2.zip |
fix auto-connect setting
-rw-r--r-- | Zotlabs/Module/Connedit.php | 3 |
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'])) |