From 43f5fbddc6db09adb54148fb6d44c4375b5f8b7a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Jan 2015 15:21:50 -0800 Subject: enable ratings only in this branch until we're ready to push --- mod/connedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/connedit.php') diff --git a/mod/connedit.php b/mod/connedit.php index 1a00e854c..c613c3ba6 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -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; -- cgit v1.2.3