diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-14 11:06:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-14 11:06:52 +0100 |
commit | 5ab917f606aa8221b50e39b9ff0b5182d271fe51 (patch) | |
tree | 2f0d9cb756f301acb07bb7ded230b46cf2c38a1f /include/features.php | |
parent | ea541ca21b7983f7b8f17deb7452b1afed29547b (diff) | |
download | volse-hubzilla-5ab917f606aa8221b50e39b9ff0b5182d271fe51.tar.gz volse-hubzilla-5ab917f606aa8221b50e39b9ff0b5182d271fe51.tar.bz2 volse-hubzilla-5ab917f606aa8221b50e39b9ff0b5182d271fe51.zip |
affinity tool fixes
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index 05ce3db32..35a4c0dd4 100644 --- a/include/features.php +++ b/include/features.php @@ -361,14 +361,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'affinity', - t('Affinity Tool'), - t('Filter stream activity by depth of relationships'), - false, - get_config('feature_lock','affinity') - ], - - [ 'suggest', t('Suggest Channels'), t('Show friend and connection suggestions'), |