From: Michael Date: Sun, 19 Nov 2017 19:58:11 +0000 (+0000) Subject: Additional features can now be changed again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a1885a46afc84a2b1304fe23db0c2f29d80a56a;p=friendica.git Additional features can now be changed again --- 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 {