Return value added

This commit is contained in:
Michael 2019-10-02 09:37:05 +00:00
parent 52c3f64cee
commit 7991b77343
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

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