diff --git a/lib/ACL/ACLStorageWrapper.php b/lib/ACL/ACLStorageWrapper.php index 5256f318f..b3eafb232 100644 --- a/lib/ACL/ACLStorageWrapper.php +++ b/lib/ACL/ACLStorageWrapper.php @@ -25,7 +25,7 @@ public function __construct($arguments) { * * @return bool */ - private function checkPermissions(int $permissions): bool { + protected function checkPermissions(int $permissions): bool { // if there is no read permissions, then deny everything if ($this->inShare) { // Check if owner of the share is actually allowed to share