Skip to content
Unverified Commit a792a51d authored by Robin Appelman's avatar Robin Appelman
Browse files

dont use `false` as cache key for non utf8 path in normalizePath



since `json_encode` returns `false` if it's input isn't utf8, all non utf8 paths passed to normalizePath will currently return the same cached result.

Fixing this makes working with non utf8 storages a *little* bit more possible for apps

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 6b9b88f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment