Merge pull request #3918 from annando/additional-features

Additional features can now be changed again
This commit is contained in:
Hypolite Petovan 2017-11-19 15:11:45 -05:00 zatwierdzone przez GitHub
commit 5888cce08e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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