Add MWInit to AutoLoader, see if we unbreak doxygen

This commit is contained in:
Sam Reed 2011-04-11 17:37:09 +00:00
parent c2f49a75f2
commit c68957c5e3

View 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',