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/%22.%20%20%20generer_url_action%28%22logout%22%2C%22logout=prive%22%29%20.%20%20%20%22?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; } } }