UploadForm.php use FileSystem rather than FileSystemInterface.
If you are using another FileSystem such as S3FS, it breaks.
Also good practice.
Patch supplied.
| Comment | File | Size | Author |
|---|---|---|---|
| packupload_use_file_interface.patch | 1.51 KB | 8bitplateau |
Issue fork pack_upload-3340050
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
malaynayak commentedThanks 8bitplateau. Patch applied.