diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
commit | 4f62d7a78f63e4bae136f52d70d0af906d997b78 (patch) | |
tree | 9b66c3bd585bbaccdb44ee0e1a91050c21aeed6e /include/acl_selectors.php | |
parent | e4244c0cac301c63e5f69cde24c889e15500d89e (diff) | |
download | volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.gz volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.bz2 volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.zip |
move jotnets to jot and some cleanup (mostly whitespace)
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 9bee942e2..362776b44 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -148,11 +148,6 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti array_walk($deny_cid,'fixacl'); array_walk($deny_gid,'fixacl'); } - - $jotnets = ''; - if($show_jotnets) { - call_hooks('jot_networks', $jotnets); - } $r = q("SELECT id, hash, gname FROM groups WHERE deleted = 0 AND uid = %d ORDER BY gname ASC", intval(local_channel()) @@ -181,8 +176,6 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti '$allowgid' => json_encode($allow_gid), '$denycid' => json_encode($deny_cid), '$denygid' => json_encode($deny_gid), - '$jnetModalTitle' => t('Other networks and post services'), - '$jotnets' => $jotnets, '$aclModalTitle' => t('Permissions'), '$aclModalDesc' => $dialog_description, '$aclModalDismiss' => t('Close'), |