Skip to content

Commit e3e3c4f

Browse files
michalsndatamweb
andauthored
Update system/Database/BaseBuilder.php
Co-authored-by: Pooya Parsa <[email protected]>
1 parent c36e0d9 commit e3e3c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ protected function _like($field, string $match = '', string $type = 'AND ', stri
11511151

11521152
foreach ($keyValue as $k => $v) {
11531153
if ($insensitiveSearch === true) {
1154-
$v = mb_strtolower($v);
1154+
$v = mb_strtolower($v, 'UTF-8');
11551155
}
11561156

11571157
$prefix = empty($this->{$clause}) ? $this->groupGetType('') : $this->groupGetType($type);

0 commit comments

Comments
 (0)