Skip to content

Commit bc16497

Browse files
committed
.
1 parent 6bfae93 commit bc16497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/RFM.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,10 @@ public static function fixFilename($str, $config, $is_folder = false, $convert_s
768768
$str = str_replace($replace_with . '.', '.', $str);
769769
}
770770

771+
if ($config['lower_case']) {
772+
$str = RFM::fixStrtolower($str);
773+
}
774+
771775
if ($config['transliteration']) {
772776
if (!mb_detect_encoding($str, 'UTF-8', true)) {
773777
$str = utf8_encode($str);

0 commit comments

Comments
 (0)