diff options
author | redmatrix <git@macgirvin.com> | 2016-02-16 18:58:29 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-16 18:58:29 -0800 |
commit | 89c6cda3038a0777bee6128f599f9a366f0bdcc2 (patch) | |
tree | ce021ecb87286c92e6cb253fac90f8573be0d88b /include | |
parent | d49afead676f1a5b04daccd5852086e515fcc876 (diff) | |
download | volse-hubzilla-89c6cda3038a0777bee6128f599f9a366f0bdcc2.tar.gz volse-hubzilla-89c6cda3038a0777bee6128f599f9a366f0bdcc2.tar.bz2 volse-hubzilla-89c6cda3038a0777bee6128f599f9a366f0bdcc2.zip |
allow admin to set and lock features when UNO is enabled
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index d6a223089..d8b0be7d5 100644 --- a/include/features.php +++ b/include/features.php @@ -38,7 +38,7 @@ function get_feature_default($feature) { function get_features($filtered = true) { - if(UNO) + if(UNO && $filtered) return array(); $arr = array( |