]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix call of a protected method by a different class 17619/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 21 Oct 2019 10:50:47 +0000 (12:50 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 21 Oct 2019 10:50:47 +0000 (12:50 +0200)
was due to a backport while relying on not backported changes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Access.php

index 1044938446e167e839c396c6fa1159cc85a71aee..62be63bc02b865b9a141234c4fe6f09fcb976fe8 100644 (file)
@@ -635,7 +635,7 @@ class Access extends LDAPUtility {
                return false;
        }
 
-       protected function mapAndAnnounceIfApplicable(
+       public function mapAndAnnounceIfApplicable(
                AbstractMapping $mapper,
                string $fdn,
                string $name,