Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use realpath for real directories (#26060)
In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage. Downstreaming of owncloud/core#26060 Signed-off-by: Lukas Reschke <[email protected]>
- Loading branch information