diff options
author | friendica <info@friendica.com> | 2015-01-29 15:17:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 15:17:50 -0800 |
commit | e2edc2c96841588ade355890c49ff7a3c900078d (patch) | |
tree | fd5edd22e964116e0c51808f5312c97c773b8317 /mod | |
parent | 872b165eb2bb5d632a12f2d7e1a28e195c2d5348 (diff) | |
download | volse-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')
-rw-r--r-- | mod/connedit.php | 1 |
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; |