X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=b12f49f0b0f7a55aab1c94e1e51baaa577d28b04;hb=03d1d295b99713bbe4657d26448bb7fc2b57d013;hp=3f42038242ebf7c8eeca86df5d5bf9e4597738b2;hpb=0a510ed072b68c009cd97307b77eef8a6279ea2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 3f42038242..b12f49f0b0 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -80,7 +80,7 @@ class Http { } else { $errors = $status->getErrorsByType( 'error' ); $logger = LoggerFactory::getInstance( 'http' ); - $logger->warning( $status->getWikiText( null, null, 'en' ), + $logger->warning( $status->getWikiText( false, false, 'en' ), [ 'error' => $errors, 'caller' => $caller, 'content' => $req->getContent() ] ); return false; }