fix issue #210
This commit is contained in:
parent
293df6308c
commit
0174cb10ae
@ -188,7 +188,7 @@ class RedBrowser extends DAV\Browser\Plugin {
|
||||
|
||||
$parentHash = '';
|
||||
$owner = $this->auth->owner_id;
|
||||
$splitPath = split('/', $fullPath);
|
||||
$splitPath = explode('/', $fullPath);
|
||||
if (count($splitPath) > 3) {
|
||||
for ($i = 3; $i < count($splitPath); $i++) {
|
||||
$attachName = urldecode($splitPath[$i]);
|
||||
|
Reference in New Issue
Block a user