r23163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23162‎ | r23163 | r23164 >
Date:14:21, 21 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs
Modified paths:
  • /trunk/phase3/includes/JobQueue.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/JobQueue.php
@@ -174,7 +174,6 @@
175175 case 'refreshLinks':
176176 return new RefreshLinksJob( $title, $params, $id );
177177 case 'htmlCacheUpdate':
178 - return;
179178 case 'html_cache_update': # BC
180179 return new HTMLCacheUpdateJob( $title, $params['table'], $params['start'], $params['end'], $id );
181180 case 'sendMail':

Follow-up revisions

RevisionCommit summaryAuthorDate
r23203Merged revisions 23120-23202 via svnmerge from...david09:07, 22 June 2007

Status & tagging log