From: Sam Reed Date: Mon, 11 Apr 2011 17:37:09 +0000 (+0000) Subject: Add MWInit to AutoLoader, see if we unbreak doxygen X-Git-Tag: 1.31.0-rc.0~30930 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=c68957c5e3ada65806294bc9bc5938aa18c6e50c;p=lhc%2Fweb%2Fwiklou.git Add MWInit to AutoLoader, see if we unbreak doxygen --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index a45d7700b5..9591f190d5 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',