From: Ævar Arnfjörð Bjarmason Date: Sat, 7 Jan 2006 09:19:38 +0000 (+0000) Subject: * Forgot to remove this line in the last commit, breaking the parser... X-Git-Tag: 1.6.0~727 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=73f9fcd871b38d4bacbbd390a1d2f8d3ece4a245;p=lhc%2Fweb%2Fwiklou.git * Forgot to remove this line in the last commit, breaking the parser... --- diff --git a/includes/Parser.php b/includes/Parser.php index 629d3caaf7..e03b348ce9 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2898,7 +2898,6 @@ class Parser $canonized_headline = preg_replace( '/<.*?' . '>/','',$canonized_headline ); $tocline = trim( $canonized_headline ); $canonized_headline = Sanitizer::escapeId( $tocline ); - $canonized_headline = str_replace(array_keys($replacearray),array_values($replacearray),$canonized_headline); $refers[$headlineCount] = $canonized_headline; # count how many in assoc. array so we can track dupes in anchors