Merge pull request #3918 from annando/additional-features
Additional features can now be changed again
This commit is contained in:
commit
5888cce08e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue