Fix the default preprocessor here as well.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 10 Jun 2008 17:14:36 +0000 (17:14 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 10 Jun 2008 17:14:36 +0000 (17:14 +0000)
includes/Parser.php

index a97c8be..d8540a0 100644 (file)
@@ -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;