Skip to content

Commit 3d7a500

Browse files
committed
- fixed bug with mb_strtolower for dir creation (cesagonchu/goffy)
1 parent 12344da commit 3d7a500

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

class/Files/CreateStructure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function isDir($dname)
175175
*/
176176
protected function makeDir($dir)
177177
{
178-
$this->isDir(\mb_strtolower(\trim($dir)));
178+
$this->isDir(\trim($dir));
179179
}
180180

181181
/**

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- deleted folder archive (goffy)
66
- added uuid and IP textbox field (mamba/goffy)
77
- fixed problem with missing empy.png (cesagonchu/goffy)
8+
- fixed bug with mb_strtolower for dir creation (cesagonchu/goffy)
89

910
<h5>3.04 Alpha 1 [2020-06-12]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
1011
<hr>

0 commit comments

Comments
 (0)