From b3a3db6382b1c6be7059bdc7ec5a87790226f930 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 27 Sep 2016 11:08:34 +0200 Subject: [PATCH] Make permission application/log configurable refs #12655 --- application/forms/Security/RoleForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/forms/Security/RoleForm.php b/application/forms/Security/RoleForm.php index eba9502f5..1873123c2 100644 --- a/application/forms/Security/RoleForm.php +++ b/application/forms/Security/RoleForm.php @@ -42,6 +42,8 @@ class RoleForm extends ConfigForm 'application/stacktraces' => $this->translate( 'Allow to adjust in the preferences whether to show stacktraces' ) . ' (application/stacktraces)', + 'application/log' => $this->translate('Allow to view the application log') + . ' (application/log)', 'config/*' => $this->translate('Allow config access') . ' (config/*)' );