From c15444dec825fc1614895bce7e0af378ad602ba7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 21 Oct 2019 12:50:47 +0200 Subject: [PATCH] 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 --- apps/user_ldap/lib/Access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 1044938446e16..62be63bc02b86 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -635,7 +635,7 @@ public function dn2ocname($fdn, $ldapName = null, $isUser = true, &$newlyMapped return false; } - protected function mapAndAnnounceIfApplicable( + public function mapAndAnnounceIfApplicable( AbstractMapping $mapper, string $fdn, string $name,