Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-registration

Fix event service listener registration
This commit is contained in:
Roeland Jago Douma 2020-06-19 21:28:29 +02:00 committed by GitHub
commit 6ec8042d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class RegistrationContext {
$registration['priority']
);
} else {
$eventDispatcher->addListener(
$eventDispatcher->addServiceListener(
$registration['event'],
$registration['listener']
);