diff options
author | Mario <mario@mariovavti.com> | 2019-04-02 15:12:32 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-04-02 15:12:32 +0200 |
commit | c9f3883c8c9c75ae0da69d04e3fe2ab275a3fc04 (patch) | |
tree | 3215df5f64b5b1cd093caef4a69e864fd24e1ce4 | |
parent | 4346d7605d14d4795fc75bedd8517b32287d0c2b (diff) | |
download | volse-hubzilla-c9f3883c8c9c75ae0da69d04e3fe2ab275a3fc04.tar.gz volse-hubzilla-c9f3883c8c9c75ae0da69d04e3fe2ab275a3fc04.tar.bz2 volse-hubzilla-c9f3883c8c9c75ae0da69d04e3fe2ab275a3fc04.zip |
Remove suggest channels from features
-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 35a4c0dd4..d021f9394 100644 --- a/include/features.php +++ b/include/features.php @@ -361,14 +361,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'suggest', - t('Suggest Channels'), - t('Show friend and connection suggestions'), - false, - get_config('feature_lock','suggest') - ], - - [ 'network_list_mode', t('Use blog/list mode'), t('Comments will be displayed separately'), |