aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/features.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php
index 1968a1f47..d1b38b48e 100644
--- a/include/features.php
+++ b/include/features.php
@@ -442,7 +442,7 @@ function get_features($filtered = true) {
}
}
if(! $has_items) {
- $narr[$k] = '';
+ unset($narr[$k]);
}
}
for($x = 0; $x < count($narr); $x ++) {