mediawiki-extensions-Echo/includes/jobs
Stephane Bisson be88fc58c1 Make NotificationJob json-serializable
NotificationJob used to include an instance
of EchoEvent, which is not serializable.

With this change, it only includes the
event Id (int) and retrieve the event
instance in its run() function.

Bug: T192945
Change-Id: I00950ddfa37717c7dfc19efdca9701693622da5d
2018-05-08 15:52:55 -04:00
..
NotificationDeleteJob.php Minor PHPdoc fixes 2017-10-13 13:48:05 +02:00
NotificationJob.php Make NotificationJob json-serializable 2018-05-08 15:52:55 -04:00