X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=b12f49f0b0f7a55aab1c94e1e51baaa577d28b04;hb=26c2d03c1766f98c9e5bbbb4237dd312d2799cd9;hp=3f42038242ebf7c8eeca86df5d5bf9e4597738b2;hpb=54fb9cf9dd5871f480ad878f0d2d14da61ee5a1e;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; }