Correct the path returned by getFolderContent for substorages
This commit is contained in:
parent
c53c4b9791
commit
672a8248ce
1 changed files with 1 additions and 0 deletions
|
@ -996,6 +996,7 @@ class View {
|
|||
break;
|
||||
}
|
||||
}
|
||||
$rootEntry['path'] = substr($path . '/' . $rootEntry['name'], strlen($user) + 2); // full path without /$user/
|
||||
$files[] = new FileInfo($path . '/' . $rootEntry['name'], $subStorage, '', $rootEntry);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue