From: Alexandre Emsenhuber Date: Tue, 18 Oct 2011 13:53:27 +0000 (+0000) Subject: Fix for r97314: add HttpError to the AutoLoader X-Git-Tag: 1.31.0-rc.0~27036 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=5626cc207068991a6fe18a67e17cc497da69d123;p=lhc%2Fweb%2Fwiklou.git Fix for r97314: add HttpError to the AutoLoader --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 2de3f1cf06..8f12ee213b 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',