X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fexception%2FThrottledError.php;h=bec0d904beef05999a1add03c6b50db56b807705;hb=395fe60176a4df28e309d97be86ff12a3c5bd1e8;hp=ce5d52e659a62afb268218649cfe30c73c751073;hpb=96603cd221051a324c902b6d4debd88ff1418404;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/exception/ThrottledError.php b/includes/exception/ThrottledError.php index ce5d52e659..bec0d904be 100644 --- a/includes/exception/ThrottledError.php +++ b/includes/exception/ThrottledError.php @@ -34,7 +34,7 @@ class ThrottledError extends ErrorPageError { public function report() { global $wgOut; - $wgOut->setStatusCode( 503 ); + $wgOut->setStatusCode( 429 ); parent::report(); } }