diff options
Diffstat (limited to 'Zotlabs/Module/Settings.php')
-rw-r--r-- | Zotlabs/Module/Settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings.php b/Zotlabs/Module/Settings.php index 7612b4892..43b35df23 100644 --- a/Zotlabs/Module/Settings.php +++ b/Zotlabs/Module/Settings.php @@ -191,6 +191,8 @@ class Settings extends \Zotlabs\Web\Controller { check_form_security_token_redirectOnErr('/settings/features', 'settings_features'); // Build list of features and check which are set + // We will not create any settings for features that are above our techlevel + $features = get_features(); $all_features = array(); foreach($features as $k => $v) { |