fix call of a protected method by a different class

was due to a backport while relying on not backported changes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-10-21 12:50:47 +02:00
parent 63479ba72e
commit 7a31a482f4
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

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