fix clean() for arrays and user plugin list

This commit is contained in:
Andrew Dolgov
2021-02-06 00:17:41 +03:00
parent 6e774a58fe
commit a544123b59
2 changed files with 2 additions and 2 deletions

View File

@@ -950,7 +950,7 @@ class Pref_Prefs extends Handler_Protected {
foreach ($tmppluginhost->get_plugins() as $name => $plugin) {
$about = $plugin->about();
if ($about[3] ?? false) {
if ($about[3] ?? true) {
$checked = "";
$disabled = "";