r81899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81898‎ | r81899 | r81900 >
Date:16:45, 10 February 2011
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Removed call to OutputPage::disable()
Modified paths:
  • /trunk/phase3/maintenance/updateSpecialPages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateSpecialPages.php
@@ -33,8 +33,8 @@
3434 }
3535
3636 public function execute() {
37 - global $IP, $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages, $wgQueryCacheLimit, $wgDisableQueryPageUpdate;
38 - $wgOut->disable();
 37+ global $IP, $wgSpecialPageCacheUpdates, $wgQueryPages, $wgQueryCacheLimit, $wgDisableQueryPageUpdate;
 38+
3939 $dbw = wfGetDB( DB_MASTER );
4040
4141 foreach ( $wgSpecialPageCacheUpdates as $special => $call ) {

Comments

#Comment by Hashar (talk | contribs)   12:30, 11 March 2011

what was it for? :p

Status & tagging log