mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #22310 from nextcloud/backport/22221/stable18-2
[stable18] fixing a logged deprecation message #22309
This commit is contained in:
commit
5e91580111
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ if(count($configPrefixes) > 0) {
|
|||
OC_User::useBackend($userBackend);
|
||||
|
||||
// Hook to allow plugins to work on registered backends
|
||||
OC::$server->getEventDispatcher()->dispatch('OCA\\User_LDAP\\User\\User::postLDAPBackendAdded');
|
||||
OC::$server->getEventDispatcher()->dispatch('OCA\\User_LDAP\\User\\User::postLDAPBackendAdded', new \OCP\EventDispatcher\Event());
|
||||
|
||||
\OC::$server->getGroupManager()->addBackend($groupBackend);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue