X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexception%2FMWException.php;h=074128f8892cf05db0f56739c21ef4d35edddb83;hb=3d1972cc07b23a4750a50780d8912d24baa44cd5;hp=58b07f5af8c5d8e479ce4743f09838f17b421ca7;hpb=d74a185fd315a75b41c9f2a8832ac70437de0e37;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/exception/MWException.php b/includes/exception/MWException.php index 58b07f5af8..074128f889 100644 --- a/includes/exception/MWException.php +++ b/includes/exception/MWException.php @@ -252,6 +252,7 @@ class MWException extends Exception { /** * Send a header, if we haven't already sent them. We shouldn't, * but sometimes we might in a weird case like Export + * @param string $header */ private static function header( $header ) { if ( !headers_sent() ) {