Merge pull request #3918 from annando/additional-features

Additional features can now be changed again
Esse commit está contido em:
Hypolite Petovan 2017-11-19 15:11:45 -05:00 commit de GitHub
commit 5888cce08e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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