Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ScriptHandler.php to check for symlinks before creating files …
…directory When using drupal inside a docker container it can be useful to make the sites/default/files directory a symlink instead. For example here in the wodby documentation https://wodby.com/docs/stacks/drupal/#files_1 I propose adding a check to is_link to prevent errors caused by $fs->exists not handling symlinks.
- Loading branch information