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:
parent
63479ba72e
commit
7a31a482f4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue