Return value added

Este commit está contenido en:
Michael 2019-10-02 09:37:05 +00:00
padre 52c3f64cee
commit 7991b77343
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -249,6 +249,8 @@ class CurlResult
if (isset($headers[$field])) {
return $headers[$field];
}
return '';
}
/**