Merge "Remove extra unneeded whitespace"
[lhc/web/wiklou.git] / includes / Exception.php
index f7b6b96..a1e3f12 100644 (file)
@@ -462,7 +462,7 @@ class HttpError extends MWException {
                $this->content = $content;
        }
 
-       public function reportHTML() {
+       public function report() {
                $httpMessage = HttpStatus::getMessage( $this->httpCode );
 
                header( "Status: {$this->httpCode} {$httpMessage}" );