Przeglądaj źródła

Use lowercase $key

Joanhey 2 lat temu
rodzic
commit
b7164358c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Protocols/Http/Request.php

+ 1 - 1
src/Protocols/Http/Request.php

@@ -632,7 +632,7 @@ class Request
                     $file['type'] = trim($value);
                     break;
 
-                case "webkitRelativePath":
+                case "webkitrelativepath":
                     $file['full_path'] = \trim($value);
                     break;
             }