#12050 control widget installed only in interprise

This commit is contained in:
Daniel Cebrian 2023-09-18 16:09:23 +02:00
parent 67ebf73bc0
commit 5491feb845
1 changed files with 4 additions and 0 deletions

View File

@ -445,6 +445,10 @@ class Widget
break;
case 'security_hardening':
if (\enterprise_installed() === false) {
$not_installed = true;
}
$className .= '\SecurityHardening';
break;