fix syntax error introduced in last commit
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 29 May 2005 10:45:37 +0000 (10:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 29 May 2005 10:45:37 +0000 (10:45 +0000)
includes/Parser.php

index 6924670..7d657cc 100644 (file)
@@ -2175,7 +2175,7 @@ class Parser
                                # Template cache array insertion
                                if( $found ) {
                                        $this->mTemplates[$part1] = $text;
-                                       $text = $linestart . $text
+                                       $text = $linestart . $text;
                                }
                        }
                }