Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge

This commit is contained in:
redmatrix
2016-09-20 06:14:40 -07:00
2 changed files with 57 additions and 4 deletions

View File

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