Additional features can now be changed again

This commit is contained in:
Michael 2017-11-19 19:58:11 +00:00
parent 51a29d381f
commit 6a1885a46a
1 changed files with 1 additions and 1 deletions

View 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 {