From 3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Jan 2015 18:17:24 -0800 Subject: how did that stuff merge? grrrr.... --- 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 c613c3ba6..8c0212afe 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; // if unset default to enabled if($poco_rating === false) $poco_rating = true; -- cgit v1.2.3