r10657 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10656‎ | r10657 | r10658 >
Date:11:41, 20 August 2005
Author:timstarling
Status:old
Tags:
Comment:
fixed template redirects
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -2240,7 +2240,7 @@
22412241 }
22422242 } else {
22432243 $article = new Article( $title );
2244 - $articleContent = $article->fetchContent();
 2244+ $articleContent = $article->fetchContent(0, false);
22452245 if ( $articleContent !== false ) {
22462246 $found = true;
22472247 $text = $articleContent;

Status & tagging log