From 6cccb9c32b0ef4f7c56979cab3a69a82b33adafa Mon Sep 17 00:00:00 2001 From: Stephane Bisson Date: Thu, 7 Jul 2016 08:30:13 -0400 Subject: [PATCH] Followup to I95dc3d70c8: Get rid of job queue entry for email bundling Bug: T135446 Change-Id: I6afa2b16fa16632577486410e9d47f2ec94ad5e7 --- Echo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Echo.php b/Echo.php index e656aacc5..e70b7e8cc 100644 --- a/Echo.php +++ b/Echo.php @@ -51,7 +51,6 @@ require __DIR__ . "/autoload.php"; // Queable jobs $wgJobClasses['EchoNotificationJob'] = 'EchoNotificationJob'; -$wgJobClasses['MWEchoNotificationEmailBundleJob'] = 'MWEchoNotificationEmailBundleJob'; // Job to delete older notifications $wgJobClasses['EchoNotificationDeleteJob'] = 'EchoNotificationDeleteJob';