From: Tim Starling Date: Tue, 10 Jun 2008 17:14:36 +0000 (+0000) Subject: Fix the default preprocessor here as well. X-Git-Tag: 1.31.0-rc.0~47059 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=e32fffd3df2185d4df8483435c997024c927df22;p=lhc%2Fweb%2Fwiklou.git Fix the default preprocessor here as well. --- diff --git a/includes/Parser.php b/includes/Parser.php index a97c8bec6e..d8540a0655 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -134,7 +134,7 @@ class Parser if ( isset( $conf['preprocessorClass'] ) ) { $this->mPreprocessorClass = $conf['preprocessorClass']; } else { - $this->mPreprocessorClass = 'Preprocessor_DOM'; + $this->mPreprocessorClass = 'Preprocessor_Hash'; } $this->mMarkerIndex = 0; $this->mFirstCall = true;