diff options
author | redmatrix <git@macgirvin.com> | 2016-08-21 16:33:59 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-21 16:33:59 -0700 |
commit | b6a545b4a279061c7e786dbfe4d63679bfe18e07 (patch) | |
tree | 7da62eb162b2c26116923bf5995d6499f840b4c8 /include/acl_selectors.php | |
parent | 4d34d9c03269ea9b8ca038a87f5351cfe4dbeff1 (diff) | |
parent | 4f62d7a78f63e4bae136f52d70d0af906d997b78 (diff) | |
download | volse-hubzilla-b6a545b4a279061c7e786dbfe4d63679bfe18e07.tar.gz volse-hubzilla-b6a545b4a279061c7e786dbfe4d63679bfe18e07.tar.bz2 volse-hubzilla-b6a545b4a279061c7e786dbfe4d63679bfe18e07.zip |
Merge branch 'dev' of https://github.com/git-marijus/hubzilla into git-marijus-dev
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'), |