From: Alexandre Emsenhuber Date: Fri, 16 Dec 2011 20:57:15 +0000 (+0000) Subject: Fix for r106476: forgot to remove debugging code X-Git-Tag: 1.31.0-rc.0~25929 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=d02030505e00d9225114782652676ec73075daf0;p=lhc%2Fweb%2Fwiklou.git Fix for r106476: forgot to remove debugging code --- diff --git a/includes/Article.php b/includes/Article.php index 7ed28e6b02..a5084f1d6e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -500,7 +500,6 @@ class Article extends Page { $wgOut->setRevisionId( $this->mPage->getLatest() ); # Preload timestamp to avoid a DB hit $cachedTimestamp = $this->mParserOutput->getTimestamp(); - var_dump( $cachedTimestamp ); if ( $cachedTimestamp !== null ) { $wgOut->setRevisionTimestamp( $cachedTimestamp ); $this->mPage->setTimestamp( $cachedTimestamp );