enable ratings only in this branch until we're ready to push

This commit is contained in:
friendica 2015-01-29 15:21:50 -08:00
parent df6d54c64e
commit 43f5fbddc6

View file

@ -564,7 +564,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;