mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix the download of multiple files from the webUI
needed a setupFS call Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
64bc7c79e8
commit
c9cd633665
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ class OC_Files {
|
|||
* @param array $params ; 'head' boolean to only send header of the request ; 'range' http range header
|
||||
*/
|
||||
public static function get($dir, $files, $params = null) {
|
||||
OC_Util::setupFS();
|
||||
$view = \OC\Files\Filesystem::getView();
|
||||
$getType = self::FILE;
|
||||
$filename = $dir;
|
||||
|
|
|
|||
Loading…
Reference in a new issue