mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
use correct variable
wow ... just wow ...
This commit is contained in:
parent
1191dda0d8
commit
8b90a55831
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($parm);
|
||||
return $this->checkMask(Constants::PERMISSION_SHARE) and parent::isSharable($path);
|
||||
}
|
||||
|
||||
public function getPermissions($path) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue