disable ratings until we're a bit further along. It's all changing.
This commit is contained in:
parent
872b165eb2
commit
e2edc2c968
@ -528,6 +528,7 @@ function connedit_content(&$a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$poco_rating = get_config('system','poco_rating_enable');
|
$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 unset default to enabled
|
||||||
if($poco_rating === false)
|
if($poco_rating === false)
|
||||||
$poco_rating = true;
|
$poco_rating = true;
|
||||||
|
Reference in New Issue
Block a user