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