fix auto-connect setting
This commit is contained in:
parent
e4bdc92834
commit
dc3cc655db
@ -336,9 +336,6 @@ class Connedit extends \Zotlabs\Web\Controller {
|
|||||||
call_hooks('accept_follow', $arr);
|
call_hooks('accept_follow', $arr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! is_null($autoperms))
|
|
||||||
set_pconfig(local_channel(),'system','autoperms',(($autoperms) ? $abook_my_perms : 0));
|
|
||||||
|
|
||||||
$this->connedit_clone($a);
|
$this->connedit_clone($a);
|
||||||
|
|
||||||
if(($_REQUEST['pending']) && (!$_REQUEST['done']))
|
if(($_REQUEST['pending']) && (!$_REQUEST['done']))
|
||||||
|
Reference in New Issue
Block a user