Problem/Motivation
I see the following error:
Error: Call to undefined function Drupal\responsive_favicons\Form\file_save_upload() in Drupal\responsive_favicons\Form\ResponsiveFaviconsAdmin->submitForm() (line 173 of .../responsive_favicons/src/Form/ResponsiveFaviconsAdmin.php)
Steps to reproduce
- Ensure that the File module is disabled.
- Submit settings form.
Proposed resolution
Add dependency to the File module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | responsive_favicons-file-dependency-3285251-3.patch | 396 bytes | ohorbatiuk |
Issue fork responsive_favicons-3285251
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 #3
ohorbatiukComment #5
wiifmThanks for this patch!