Add MWInit to AutoLoader, see if we unbreak doxygen
This commit is contained in:
parent
c2f49a75f2
commit
c68957c5e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue