Followup to I95dc3d70c8: Get rid of job queue entry for email bundling

Bug: T135446
Change-Id: I6afa2b16fa16632577486410e9d47f2ec94ad5e7
This commit is contained in:
Stephane Bisson 2016-07-07 08:30:13 -04:00
parent 1bc15bb805
commit 6cccb9c32b

View file

@ -51,7 +51,6 @@ require __DIR__ . "/autoload.php";
// Queable jobs
$wgJobClasses['EchoNotificationJob'] = 'EchoNotificationJob';
$wgJobClasses['MWEchoNotificationEmailBundleJob'] = 'MWEchoNotificationEmailBundleJob';
// Job to delete older notifications
$wgJobClasses['EchoNotificationDeleteJob'] = 'EchoNotificationDeleteJob';