filter: Make `DbQuery::applyFilterSql()' public
I want to use that function in a module :)
This commit is contained in:
parent
f188bf6b9c
commit
64d41ac5a3
|
@ -117,7 +117,7 @@ class DbQuery extends SimpleQuery
|
|||
return $select;
|
||||
}
|
||||
|
||||
protected function applyFilterSql($query)
|
||||
public function applyFilterSql($query)
|
||||
{
|
||||
$where = $this->renderFilter($this->filter);
|
||||
if ($where !== '') {
|
||||
|
|
Loading…
Reference in New Issue