From 324baa6b8bae6a7093918c5da9556cdd014ed9e7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 24 Mar 2018 18:48:40 +0000 Subject: [PATCH] Removed test code --- src/Core/ACL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ACL.php b/src/Core/ACL.php index 4929ca42d..78d2ca41b 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -300,7 +300,7 @@ class ACL extends BaseObject L10n::t('Hide your profile details from unknown viewers?')); } } -logger('Blubb: '.json_encode($perms)); + $tpl = get_markup_template('acl_selector.tpl'); $o = replace_macros($tpl, [ '$showall' => L10n::t('Visible to everybody'),