0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-16 17:24:10 +00:00

Revert "use correct variable"

This reverts commit 52cbaff061.
This commit is contained in:
Jörn Friedrich Dreyer 2015-09-23 14:09:52 +02:00
parent 9050adc8f0
commit d54d9a573f

View file

@ -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) {