]> git.mxchange.org Git - friendica.git/commitdiff
Additional features can now be changed again
authorMichael <heluecht@pirati.ca>
Sun, 19 Nov 2017 19:58:11 +0000 (19:58 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Nov 2017 19:58:11 +0000 (19:58 +0000)
include/features.php

index 5ff93eacd9ac15d00931ec2f121b92fc19678e54..9895fd6f77453943433ba1f1b0b23d8163ab3e58 100644 (file)
@@ -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 {