diff options
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/features.php b/include/features.php index d1b38b48e..1ccdbf015 100644 --- a/include/features.php +++ b/include/features.php @@ -445,10 +445,6 @@ function get_features($filtered = true) { unset($narr[$k]); } } - for($x = 0; $x < count($narr); $x ++) { - if(! $narr[$x]) - unset($narr[$x]); - } } else { $narr = $arr; |