#12050 control widget installed only in interprise
This commit is contained in:
parent
67ebf73bc0
commit
5491feb845
|
@ -445,6 +445,10 @@ class Widget
|
|||
break;
|
||||
|
||||
case 'security_hardening':
|
||||
if (\enterprise_installed() === false) {
|
||||
$not_installed = true;
|
||||
}
|
||||
|
||||
$className .= '\SecurityHardening';
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue