diff options
author | friendica <info@friendica.com> | 2015-01-29 18:17:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 18:17:24 -0800 |
commit | 3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 (patch) | |
tree | 39b1282e28c310696fd035cfb67ada4eaefc480b /mod/connedit.php | |
parent | 219fe3a8e7f805eb0898c1931de304c602315eae (diff) | |
download | volse-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.php | 2 |
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; |