Merge pull request #3918 from annando/additional-features

Additional features can now be changed again
Este commit está contenido en:
Hypolite Petovan 2017-11-19 15:11:45 -05:00 cometido por GitHub
commit 5888cce08e
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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