We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12344da commit 3d7a500Copy full SHA for 3d7a500
2 files changed
class/Files/CreateStructure.php
@@ -175,7 +175,7 @@ public function isDir($dname)
175
*/
176
protected function makeDir($dir)
177
{
178
- $this->isDir(\mb_strtolower(\trim($dir)));
+ $this->isDir(\trim($dir));
179
}
180
181
/**
docs/changelog.txt
@@ -5,6 +5,7 @@
5
- deleted folder archive (goffy)
6
- added uuid and IP textbox field (mamba/goffy)
7
- fixed problem with missing empy.png (cesagonchu/goffy)
8
+- fixed bug with mb_strtolower for dir creation (cesagonchu/goffy)
9
10
<h5>3.04 Alpha 1 [2020-06-12]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
11
<hr>
0 commit comments