prefs: fix user plugins shown by incorrect criteria

master
Andrew Dolgov 3 years ago
parent 1eb1629d9e
commit 1d5c8ee500

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

Loading…
Cancel
Save