disable ratings until we're a bit further along. It's all changing.

This commit is contained in:
friendica 2015-01-29 15:17:50 -08:00
parent 872b165eb2
commit e2edc2c968

View File

@ -528,6 +528,7 @@ function connedit_content(&$a) {
} }
$poco_rating = get_config('system','poco_rating_enable'); $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 unset default to enabled
if($poco_rating === false) if($poco_rating === false)
$poco_rating = true; $poco_rating = true;