use correct variable

wow ... just wow ...
This commit is contained in:
Jörn Friedrich Dreyer 2015-09-23 13:59:37 +02:00 committed by Thomas Müller
parent 1191dda0d8
commit 8b90a55831
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class PermissionsMask extends Wrapper {
} }
public function isSharable($path) { 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) { public function getPermissions($path) {