Upgrade to 3.7.2
This commit is contained in:
@@ -35,7 +35,7 @@ return [
|
||||
}
|
||||
|
||||
// don't allow sorting while search filter is active
|
||||
if (empty($this->query) === false) {
|
||||
if (empty($this->searchterm()) === false) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user