mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +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;
|
$page['groupName'] = $groupName;
|
||||||
|
|
||||||
$escapedQuery = $escapedQuery?$escapedQuery:'';
|
|
||||||
|
|
||||||
$values = array(
|
$values = array(
|
||||||
':query' => "%{$escapedQuery}%"
|
':query' => "%{$query}%"
|
||||||
);
|
);
|
||||||
|
|
||||||
$searchConditions = array();
|
$searchConditions = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user