diff options
author | friendica <info@friendica.com> | 2015-01-29 15:21:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 15:21:50 -0800 |
commit | 43f5fbddc6db09adb54148fb6d44c4375b5f8b7a (patch) | |
tree | 0a2f471d403eea36a266cb293e25285e9aff7cfa /mod | |
parent | df6d54c64ea73bffd0943dfd3d94e8157ec92a75 (diff) | |
download | volse-hubzilla-43f5fbddc6db09adb54148fb6d44c4375b5f8b7a.tar.gz volse-hubzilla-43f5fbddc6db09adb54148fb6d44c4375b5f8b7a.tar.bz2 volse-hubzilla-43f5fbddc6db09adb54148fb6d44c4375b5f8b7a.zip |
enable ratings only in this branch until we're ready to push
Diffstat (limited to 'mod')
-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 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; |