mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Fix bug with filtration at threads history page
This commit is contained in:
parent
d14a778831
commit
8ceb695d43
@ -47,10 +47,8 @@ if ($query !== false) {
|
||||
}
|
||||
$page['groupName'] = $groupName;
|
||||
|
||||
$escapedQuery = $escapedQuery?$escapedQuery:'';
|
||||
|
||||
$values = array(
|
||||
':query' => "%{$escapedQuery}%"
|
||||
':query' => "%{$query}%"
|
||||
);
|
||||
|
||||
$searchConditions = array();
|
||||
|
Loading…
Reference in New Issue
Block a user