diff --git a/includes/EventLogging.php b/includes/EventLogging.php index 348b432ff..aa1853649 100644 --- a/includes/EventLogging.php +++ b/includes/EventLogging.php @@ -48,7 +48,7 @@ class MWEchoEventLogging { } $data = array( 'version' => $wgEchoConfig['version'], - 'eventId' => $event->getId(), + 'eventId' => (int)$event->getId(), 'notificationType' => $event->getType(), 'notificationGroup' => $group, 'sender' => (string)$sender,