diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 17:48:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 17:48:43 -0800 |
commit | 4e1c308162877d7d6cd79c066f15b4d761e14853 (patch) | |
tree | fbd78a011e2652435c0b3167dfa6d48394896d52 /include/acl_selectors.php | |
parent | 5c2692a8ea6de0a5e0ccfa0a2b9508d2d62266c6 (diff) | |
download | volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.gz volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.bz2 volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.zip |
make jotnets modal
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index cb2266473..4d44ec12e 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -231,6 +231,7 @@ function populate_acl($defaults = null,$show_jotnets = true) { $jotnets = ''; if($show_jotnets) { +logger('jot_networks'); call_hooks('jot_networks', $jotnets); } @@ -243,6 +244,7 @@ function populate_acl($defaults = null,$show_jotnets = true) { '$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'), '$aclModalDismiss' => t('Close') |