mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #1090 from bangbangda/develop
name contains uppercase letters. get file object error.
This commit is contained in:
commit
3b5090675a
@ -85,8 +85,6 @@ class FileCollection
|
||||
{
|
||||
$this->populateFiles();
|
||||
|
||||
$name = strtolower($name);
|
||||
|
||||
if ($this->hasFile($name))
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user