mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-registration
Fix event service listener registration
This commit is contained in:
commit
6ec8042d88
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class RegistrationContext {
|
|||
$registration['priority']
|
||||
);
|
||||
} else {
|
||||
$eventDispatcher->addListener(
|
||||
$eventDispatcher->addServiceListener(
|
||||
$registration['event'],
|
||||
$registration['listener']
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue