Merge pull request #17619 from nextcloud/fix/noid/visibility

[stable16] fix method scope
This commit is contained in:
Roeland Jago Douma 2019-10-21 21:04:30 +02:00 committed by GitHub
commit 6b18986a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ class Access extends LDAPUtility {
return false;
}
protected function mapAndAnnounceIfApplicable(
public function mapAndAnnounceIfApplicable(
AbstractMapping $mapper,
string $fdn,
string $name,