From: Brion Vibber Date: Sun, 29 May 2005 10:45:37 +0000 (+0000) Subject: fix syntax error introduced in last commit X-Git-Tag: 1.5.0alpha2~37 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=ee1f2b3c31e9b187334a013b8acbeed764082d6b;p=lhc%2Fweb%2Fwiklou.git fix syntax error introduced in last commit --- diff --git a/includes/Parser.php b/includes/Parser.php index 6924670c0f..7d657ccdb0 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2175,7 +2175,7 @@ class Parser # Template cache array insertion if( $found ) { $this->mTemplates[$part1] = $text; - $text = $linestart . $text + $text = $linestart . $text; } } }