* fixed some recuring errors from db-log (mostly missing checks)
This commit is contained in:
Sarjuuk
2015-08-08 00:46:31 +02:00
parent 220fb81833
commit 3c69284e15
13 changed files with 26 additions and 22 deletions

View File

@@ -888,7 +888,7 @@ abstract class Filter
protected function modularizeString(array $fields, $string = '')
{
if (!$string)
if (!$string && !empty($this->fiData['v']['na']))
$string = $this->fiData['v']['na'];
$qry = [];