Fix for r97314: add HttpError to the AutoLoader
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 18 Oct 2011 13:53:27 +0000 (13:53 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 18 Oct 2011 13:53:27 +0000 (13:53 +0000)
includes/AutoLoader.php

index 2de3f1c..8f12ee2 100644 (file)
@@ -114,6 +114,7 @@ $wgAutoloadLocalClasses = array(
        'HTMLTextAreaField' => 'includes/HTMLForm.php',
        'HTMLTextField' => 'includes/HTMLForm.php',
        'Http' => 'includes/HttpFunctions.php',
+       'HttpError' => 'includes/Exception.php',
        'HttpRequest' => 'includes/HttpFunctions.old.php',
        'IcuCollation' => 'includes/Collation.php',
        'IdentityCollation' => 'includes/Collation.php',