Fix error in search method.
This commit is contained in:
parent
28880347a4
commit
682452efc1
@ -562,7 +562,6 @@ class ModelMySQL {
|
||||
$where = [];
|
||||
|
||||
foreach($in as $row){
|
||||
if(in_array($row, $objAtts))
|
||||
$where[] = "$row LIKE '%$search%'";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user