From: Arthur Schiwon Date: Mon, 21 Oct 2019 10:50:47 +0000 (+0200) Subject: fix call of a protected method by a different class X-Git-Tag: v15.0.13rc1~8^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F17660%2Fhead;p=nextcloud-server.git 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 --- diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 1044938446e..62be63bc02b 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -635,7 +635,7 @@ class Access extends LDAPUtility { return false; } - protected function mapAndAnnounceIfApplicable( + public function mapAndAnnounceIfApplicable( AbstractMapping $mapper, string $fdn, string $name,