Index: trunk/phase3/includes/Article.php |
— | — | @@ -500,7 +500,6 @@ |
501 | 501 | $wgOut->setRevisionId( $this->mPage->getLatest() ); |
502 | 502 | # Preload timestamp to avoid a DB hit |
503 | 503 | $cachedTimestamp = $this->mParserOutput->getTimestamp(); |
504 | | - var_dump( $cachedTimestamp ); |
505 | 504 | if ( $cachedTimestamp !== null ) { |
506 | 505 | $wgOut->setRevisionTimestamp( $cachedTimestamp ); |
507 | 506 | $this->mPage->setTimestamp( $cachedTimestamp ); |