From 1dce23fce74939fceb98e31d1571b3aac661528b Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 21 Jun 2007 14:21:44 +0000 Subject: [PATCH] Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs --- includes/JobQueue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/JobQueue.php b/includes/JobQueue.php index ba10b28516..499e415916 100644 --- a/includes/JobQueue.php +++ b/includes/JobQueue.php @@ -174,7 +174,6 @@ abstract class Job { case 'refreshLinks': return new RefreshLinksJob( $title, $params, $id ); case 'htmlCacheUpdate': - return; case 'html_cache_update': # BC return new HTMLCacheUpdateJob( $title, $params['table'], $params['start'], $params['end'], $id ); case 'sendMail': -- 2.20.1