r106477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106476‎ | r106477 | r106478 >
Date:20:57, 16 December 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r106476: forgot to remove debugging code
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -500,7 +500,6 @@
501501 $wgOut->setRevisionId( $this->mPage->getLatest() );
502502 # Preload timestamp to avoid a DB hit
503503 $cachedTimestamp = $this->mParserOutput->getTimestamp();
504 - var_dump( $cachedTimestamp );
505504 if ( $cachedTimestamp !== null ) {
506505 $wgOut->setRevisionTimestamp( $cachedTimestamp );
507506 $this->mPage->setTimestamp( $cachedTimestamp );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106476Per Aaron, fix for r105764: only set the timestamp if it's set in the cached ...ialex20:55, 16 December 2011

Status & tagging log