Merge pull request #19268 from frederic34/patch-7

fix scrutinizer
This commit is contained in:
Laurent Destailleur 2021-11-01 02:29:28 +01:00 committed by GitHub
commit ce9e7067ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ function getURLContent($url, $postorget = 'GET', $param = '', $followlocation =
dol_syslog("getURLContent request=".$request);
if (!empty($conf->global->MAIN_GETURLCONTENT_OUTPUT_RESPONSE)) {
// This may contains binary data, so we dont output reponse by default.
dol_syslog("getURLContent response =".response);
dol_syslog("getURLContent response =".$response);
}
dol_syslog("getURLContent response size=".strlen($response)); // This may contains binary data, so we dont output it