mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #17619 from nextcloud/fix/noid/visibility
[stable16] fix method scope
This commit is contained in:
commit
6b18986a87
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ class Access extends LDAPUtility {
|
|||
return false;
|
||||
}
|
||||
|
||||
protected function mapAndAnnounceIfApplicable(
|
||||
public function mapAndAnnounceIfApplicable(
|
||||
AbstractMapping $mapper,
|
||||
string $fdn,
|
||||
string $name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue