From: Rob Church Date: Thu, 21 Jun 2007 14:21:44 +0000 (+0000) Subject: Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs X-Git-Tag: 1.31.0-rc.0~52474 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=1dce23fce74939fceb98e31d1571b3aac661528b;p=lhc%2Fweb%2Fwiklou.git Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs --- 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':