Add MWInit to AutoLoader, see if we unbreak doxygen
authorSam Reed <reedy@users.mediawiki.org>
Mon, 11 Apr 2011 17:37:09 +0000 (17:37 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 11 Apr 2011 17:37:09 +0000 (17:37 +0000)
includes/AutoLoader.php

index a45d770..9591f19 100644 (file)
@@ -168,6 +168,7 @@ $wgAutoloadLocalClasses = array(
        'MWException' => 'includes/Exception.php',
        'MWFunction' => 'includes/MWFunction.php',
        'MWHttpRequest' => 'includes/HttpFunctions.php',
+       'MWInit' => 'includes/Init.php',
        'MWNamespace' => 'includes/Namespace.php',
        'OldChangesList' => 'includes/ChangesList.php',
        'OutputPage' => 'includes/OutputPage.php',