Index: trunk/phase3/includes/WikiPage.php |
— | — | @@ -2225,7 +2225,6 @@ |
2226 | 2226 | $title->touchLinks(); |
2227 | 2227 | $title->purgeSquid(); |
2228 | 2228 | $title->deleteTitleProtection(); |
2229 | | - $wgDeferredUpdateList[] = new HTMLCacheUpdate( $title, 'globaltemplatelinks' ); |
2230 | 2229 | } |
2231 | 2230 | |
2232 | 2231 | /** |
— | — | @@ -2269,7 +2268,6 @@ |
2270 | 2269 | |
2271 | 2270 | # Image redirects |
2272 | 2271 | RepoGroup::singleton()->getLocalRepo()->invalidateImageRedirect( $title ); |
2273 | | - $wgDeferredUpdateList[] = new HTMLCacheUpdate( $title, 'globaltemplatelinks' ); |
2274 | 2272 | } |
2275 | 2273 | |
2276 | 2274 | /** |