r69370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69369‎ | r69370 | r69371 >
Date:01:17, 15 July 2010
Author:mah
Status:reverted
Tags:
Comment:
MFT r69369
Modified paths:
  • /branches/REL1_16/phase3/includes/api/ApiMain.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/api/ApiMain.php
@@ -262,7 +262,7 @@
263263 header( 'Vary: Cookie' );
264264 if ( $wgUseXVO ) {
265265 header( $wgOut->getXVO() );
266 - if ( $wgOut->hasCacheVaryCookies() ) {
 266+ if ( $wgOut->haveCacheVaryCookies() ) {
267267 $this->setCacheControl( array( 'private' => true ) );
268268 }
269269 }

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69369re r69339 use the actual function: s/hasCache/haveCache/mah01:15, 15 July 2010

Status & tagging log