any search for a rating will override the default
This commit is contained in:
parent
f44634b67d
commit
5a8bcad72c
@ -135,7 +135,7 @@ class Ratings implements Extension {
|
||||
|
||||
private function no_rating_query($context) {
|
||||
foreach($context as $term) {
|
||||
if(preg_match("/^rating=([sqeu]+)$/", $term)) {
|
||||
if(preg_match("/^rating=/", $term)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user