enable ratings only in this branch until we're ready to push
This commit is contained in:
parent
df6d54c64e
commit
43f5fbddc6
@ -564,7 +564,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