From a517db3b501739aedb4e148cfd688e06eb3b7997 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sun, 21 Jun 2020 13:42:48 +0100 Subject: [PATCH] [4.0] add module permissions (#29718) Applies the suggestion from @chmst to fix #29372 --- administrator/components/com_cpanel/tmpl/cpanel/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_cpanel/tmpl/cpanel/default.php b/administrator/components/com_cpanel/tmpl/cpanel/default.php index 8e1f313145503..cd7062405e29b 100644 --- a/administrator/components/com_cpanel/tmpl/cpanel/default.php +++ b/administrator/components/com_cpanel/tmpl/cpanel/default.php @@ -65,7 +65,7 @@ -authorise('core.create', 'com_modules')) : ?> +authorise('core.manage', 'com_modules')) : ?>