This commit is contained in:
Julian Petri 2025-05-08 23:24:08 +02:00 committed by GitHub
commit bfe9ee06ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,8 @@ class Share extends AbstractShare {
$output = $this->execute('dir');
$this->execute('cd /');
//check output for errors
$this->parseOutput($output, $path);
return $this->parser->parseDir($output, $path, function (string $path) {
return $this->getAcls($path);