We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d283f52 commit 83b8d36Copy full SHA for 83b8d36
phpmyfaq/api.service.php
@@ -464,7 +464,7 @@
464
465
try {
466
$notification = new Notification($faqConfig);
467
- $notification->sendNewFaqAdded($moderators, $recordId, $faqLanguage);
+ $notification->sendNewFaqAdded($moderators, $recordId, $faqEntity->getLanguage());
468
} catch (Exception | TransportExceptionInterface $e) {
469
$faqConfig->getLogger()->info('Notification could not be sent: ', [ $e->getMessage() ]);
470
}
0 commit comments