aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-08 18:41:54 +0000
committerMario <mario@mariovavti.com>2020-04-08 18:41:54 +0000
commit806c738923b9d880af49a1811d8fbf2c2ee36309 (patch)
treeca9e38c7f1cf917bbae10399378fd1cdb4109fec /include/features.php
parent9c2d48bcd4b8c5cb4efea1232ef3e52c1a0649c9 (diff)
downloadvolse-hubzilla-806c738923b9d880af49a1811d8fbf2c2ee36309.tar.gz
volse-hubzilla-806c738923b9d880af49a1811d8fbf2c2ee36309.tar.bz2
volse-hubzilla-806c738923b9d880af49a1811d8fbf2c2ee36309.zip
remove voting from UI in favour of polls
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php
index c6cfcf822..0dd245e7f 100644
--- a/include/features.php
+++ b/include/features.php
@@ -229,14 +229,6 @@ function get_features($filtered = true, $level = (-1)) {
false,
get_config('feature_lock','content_encrypt'),
],
-
- [
- 'consensus_tools',
- t('Enable Voting Tools'),
- t('Provide a class of post which others can vote on'),
- false,
- get_config('feature_lock','consensus_tools'),
- ],
[
'disable_comments',