Fix view path

pull/1/head
Victor Dubiniuk 11 years ago
parent d77f15eaae
commit e63943cc52

@ -20,7 +20,7 @@ class View extends \OC\Files\View{
if (!$ownerView->is_dir(self::DOCUMENTS_DIRNAME)) {
$ownerView->mkdir(self::DOCUMENTS_DIRNAME);
}
return $ownerView;
return new View('/' . $owner . self::DOCUMENTS_DIRNAME);
}
public function getFilePermissions($path){

Loading…
Cancel
Save