mirror of
https://github.com/nextcloud/server.git
synced 2025-03-16 17:24:10 +00:00
parent
9050adc8f0
commit
d54d9a573f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PermissionsMask extends Wrapper {
|
|||
}
|
||||
|
||||
public function isSharable($path) {
|
||||
return $this->checkMask(Constants::PERMISSION_SHARE) and parent::isSharable($path);
|
||||
return $this->checkMask(Constants::PERMISSION_SHARE) and parent::isSharable($parm);
|
||||
}
|
||||
|
||||
public function getPermissions($path) {
|
||||
|
|
Loading…
Reference in a new issue