r9260 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9259‎ | r9260 | r9261 >
Date:10:45, 29 May 2005
Author:vibber
Status:old
Tags:
Comment:
fix syntax error introduced in last commit
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -2175,7 +2175,7 @@
21762176 # Template cache array insertion
21772177 if( $found ) {
21782178 $this->mTemplates[$part1] = $text;
2179 - $text = $linestart . $text
 2179+ $text = $linestart . $text;
21802180 }
21812181 }
21822182 }

Status & tagging log