mediawiki-extensions-Echo/includes/jobs
Kunal Mehta e536eab216 Avoid warnings on older queued EchoNotificationDeleteJobs
Old jobs were queued with array( $userId => $userId ), so there will be no
'0' index. Use array_values() since we don't care about the keys.

Change-Id: I1155d310c7fa09c728797d35d63c7cec0383511c
2015-07-02 15:08:14 -07:00
..
NotificationDeleteJob.php Avoid warnings on older queued EchoNotificationDeleteJobs 2015-07-02 15:08:14 -07:00
NotificationEmailBundleJob.php Move all PHP code into includes/ 2015-06-07 18:54:14 -07:00
NotificationJob.php Move all PHP code into includes/ 2015-06-07 18:54:14 -07:00