Fix bug with filtration at threads history page

This commit is contained in:
Dmitriy Simushev 2013-04-11 12:41:57 +00:00
parent d14a778831
commit 8ceb695d43

View File

@ -47,10 +47,8 @@ if ($query !== false) {
}
$page['groupName'] = $groupName;
$escapedQuery = $escapedQuery?$escapedQuery:'';
$values = array(
':query' => "%{$escapedQuery}%"
':query' => "%{$query}%"
);
$searchConditions = array();