remove no longer needed line for Parser_OldPP (now banished!)
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Dec 2008 23:57:18 +0000 (23:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Dec 2008 23:57:18 +0000 (23:57 +0000)
includes/AutoLoader.php

index c0d96f6..d2ad3e1 100644 (file)
@@ -426,7 +426,6 @@ $wgAutoloadLocalClasses = array(
        'ParserOutput' => 'includes/parser/ParserOutput.php',
        'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php',
        'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php',
-       'Parser_OldPP' => 'includes/parser/Parser_OldPP.php',
        'Preprocessor' => 'includes/parser/Preprocessor.php',
        'Preprocessor_DOM' => 'includes/parser/Preprocessor_DOM.php',
        'Preprocessor_Hash' => 'includes/parser/Preprocessor_Hash.php',