aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-29 15:17:50 -0800
committerfriendica <info@friendica.com>2015-01-29 15:17:50 -0800
commite2edc2c96841588ade355890c49ff7a3c900078d (patch)
treefd5edd22e964116e0c51808f5312c97c773b8317 /mod/connedit.php
parent872b165eb2bb5d632a12f2d7e1a28e195c2d5348 (diff)
downloadvolse-hubzilla-e2edc2c96841588ade355890c49ff7a3c900078d.tar.gz
volse-hubzilla-e2edc2c96841588ade355890c49ff7a3c900078d.tar.bz2
volse-hubzilla-e2edc2c96841588ade355890c49ff7a3c900078d.zip
disable ratings until we're a bit further along. It's all changing.
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index c082e03a8..da0ab2b6c 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -528,6 +528,7 @@ function connedit_content(&$a) {
}
$poco_rating = get_config('system','poco_rating_enable');
+ $poco_rating = 0; // leave disabled until we're ready for it.
// if unset default to enabled
if($poco_rating === false)
$poco_rating = true;