Index: trunk/phase3/maintenance/updateSpecialPages.php |
— | — | @@ -33,8 +33,8 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | public function execute() { |
37 | | - global $IP, $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages, $wgQueryCacheLimit, $wgDisableQueryPageUpdate; |
38 | | - $wgOut->disable(); |
| 37 | + global $IP, $wgSpecialPageCacheUpdates, $wgQueryPages, $wgQueryCacheLimit, $wgDisableQueryPageUpdate; |
| 38 | + |
39 | 39 | $dbw = wfGetDB( DB_MASTER ); |
40 | 40 | |
41 | 41 | foreach ( $wgSpecialPageCacheUpdates as $special => $call ) { |