r69367 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69366‎ | r69367 | r69368 >
Date:00:35, 15 July 2010
Author:mah
Status:reverted
Tags:
Comment:
Trailing bracket typo fix
Modified paths:
  • /branches/REL1_16/phase3/includes/api/ApiQueryBlocks.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/api/ApiQueryBlocks.php
@@ -126,6 +126,7 @@
127127 $this->getMain()->setVaryCookie();
128128 if ( !$wgUser->isAllowed( 'hideuser' ) ) {
129129 $this->addWhereFld( 'ipb_deleted', 0 );
 130+ }
130131
131132 // Purge expired entries on one in every 10 queries
132133 if ( !mt_rand( 0, 10 ) )

Follow-up revisions

RevisionCommit summaryAuthorDate
r69578Revert backport of broken bug fix for the API cache header bug. Reverted r693...tstarling02:46, 20 July 2010

Status & tagging log