mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc
* fixed some recuring errors from db-log (mostly missing checks)
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user