aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-29 18:17:24 -0800
committerfriendica <info@friendica.com>2015-01-29 18:17:24 -0800
commit3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 (patch)
tree39b1282e28c310696fd035cfb67ada4eaefc480b /mod/connedit.php
parent219fe3a8e7f805eb0898c1931de304c602315eae (diff)
downloadvolse-hubzilla-3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5.tar.gz
volse-hubzilla-3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5.tar.bz2
volse-hubzilla-3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5.zip
how did that stuff merge? grrrr....
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php2
1 files changed, 1 insertions, 1 deletions
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;