Fix view path
This commit is contained in:
parent
d77f15eaae
commit
e63943cc52
@ -20,7 +20,7 @@ class View extends \OC\Files\View{
|
|||||||
if (!$ownerView->is_dir(self::DOCUMENTS_DIRNAME)) {
|
if (!$ownerView->is_dir(self::DOCUMENTS_DIRNAME)) {
|
||||||
$ownerView->mkdir(self::DOCUMENTS_DIRNAME);
|
$ownerView->mkdir(self::DOCUMENTS_DIRNAME);
|
||||||
}
|
}
|
||||||
return $ownerView;
|
return new View('/' . $owner . self::DOCUMENTS_DIRNAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFilePermissions($path){
|
public function getFilePermissions($path){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user