aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-19 14:46:54 -0700
committerredmatrix <mike@macgirvin.com>2016-09-19 14:46:54 -0700
commit8fd8ddcbc1124844bb910d714c0a6d61ee1261a7 (patch)
tree962b5d154b34842ed27a61f1c9b59cd117f7fa1d /include
parent0011b8fd4809f4e8eb3f21dc036714493e45c5b4 (diff)
parent0cba82ce9c23ea4db141d2d5db3dcfcb4a4fe7dc (diff)
downloadvolse-hubzilla-8fd8ddcbc1124844bb910d714c0a6d61ee1261a7.tar.gz
volse-hubzilla-8fd8ddcbc1124844bb910d714c0a6d61ee1261a7.tar.bz2
volse-hubzilla-8fd8ddcbc1124844bb910d714c0a6d61ee1261a7.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-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 ++) {