diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-20 06:14:40 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-20 06:14:40 -0700 |
commit | 299c46f118d39ea954ed52fd1b9cab617966db84 (patch) | |
tree | 68271738867c4f2b6c2be9e1c3fc265de89e7a95 /include | |
parent | 73bd65ead58edcb42938165144ff237c27437bbc (diff) | |
parent | 4b691703fe91912149ccd350aed1dcc2e2ca090b (diff) | |
download | volse-hubzilla-299c46f118d39ea954ed52fd1b9cab617966db84.tar.gz volse-hubzilla-299c46f118d39ea954ed52fd1b9cab617966db84.tar.bz2 volse-hubzilla-299c46f118d39ea954ed52fd1b9cab617966db84.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-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; |