aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-15 18:35:56 -0700
committerfriendica <info@friendica.com>2014-10-15 18:35:56 -0700
commitae9e1fa688c90e128637b5c44cf4705287f6cfa1 (patch)
tree7a91468e4f2948faa373471b018852a8b72e1545 /include
parente80c20d2584e17b43dd456bbb4b3dc0f8c11eeb4 (diff)
downloadvolse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.gz
volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.bz2
volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.zip
missing event permissions
Diffstat (limited to 'include')
-rw-r--r--include/acl_selectors.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index 0b68ba227..3cdbd411c 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -248,7 +248,8 @@ function populate_acl($defaults = null,$show_jotnets = true) {
'$aclModalTitle' => t('Permissions'),
'$aclModalDismiss' => t('Close')
));
-
+
+ logger($o);
return $o;