You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "WebDAVAdapter.php" file, the function "createDirectory" does not work,
if a directory specified for "$path" starts with a "." or "/". The function will "return" directly.
Line 219 says "return" it must be "continue" and everything works fine.
Please fix it.
Thanks Christian
The text was updated successfully, but these errors were encountered:
In "WebDAVAdapter.php" file, the function "createDirectory" does not work,
if a directory specified for "$path" starts with a "." or "/". The function will "return" directly.
Line 219 says "return" it must be "continue" and everything works fine.
Please fix it.
Thanks Christian
The text was updated successfully, but these errors were encountered: