Index: trunk/phase3/includes/JobQueue.php |
— | — | @@ -174,7 +174,6 @@ |
175 | 175 | case 'refreshLinks': |
176 | 176 | return new RefreshLinksJob( $title, $params, $id ); |
177 | 177 | case 'htmlCacheUpdate': |
178 | | - return; |
179 | 178 | case 'html_cache_update': # BC |
180 | 179 | return new HTMLCacheUpdateJob( $title, $params['table'], $params['start'], $params['end'], $id ); |
181 | 180 | case 'sendMail': |