From 6a1885a46afc84a2b1304fe23db0c2f29d80a56a Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 19 Nov 2017 19:58:11 +0000 Subject: [PATCH] Additional features can now be changed again --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/features.php b/include/features.php index 5ff93eacd9..9895fd6f77 100644 --- a/include/features.php +++ b/include/features.php @@ -125,7 +125,7 @@ function get_features($filtered = true) { $kquantity = count($arr[$k]); for ($y = 0; $y < $kquantity; $y ++) { if (is_array($arr[$k][$y])) { - if ($arr[$k][$y][4] === false) { + if (is_null($arr[$k][$y][4])) { $has_items = true; } else {