r3743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3742‎ | r3743 | r3744 >
Date:15:17, 29 May 2004
Author:timstarling
Status:old
Tags:
Comment:
oops
Modified paths:
  • /trunk/phase3/includes/ParserCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ParserCache.php
@@ -39,7 +39,7 @@
4040 $key = $this->getKey( $article, $user );
4141 $touched = $article->getTouched();
4242 $parserOutput->setTouched( $touched );
43 - $parserOutput->mText .= "\n<-- Saved in parser cache with key $key and timestamp $touched -->\n";
 43+ $parserOutput->mText .= "\n<!-- Saved in parser cache with key $key and timestamp $touched -->\n";
4444
4545 if( $parserOutput->containsOldMagic() ){
4646 $expire = 3600; # 1 hour

Status & tagging log