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