Fix error in search method.
This commit is contained in:
		| @@ -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%'"; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user