aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
commit4e1c308162877d7d6cd79c066f15b4d761e14853 (patch)
treefbd78a011e2652435c0b3167dfa6d48394896d52 /include
parent5c2692a8ea6de0a5e0ccfa0a2b9508d2d62266c6 (diff)
downloadvolse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.gz
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.bz2
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.zip
make jotnets modal
Diffstat (limited to 'include')
-rw-r--r--include/acl_selectors.php2
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')