Return value added

This commit is contained in:
Michael 2019-10-02 09:37:05 +00:00
parent 52c3f64cee
commit 7991b77343
1 changed files with 2 additions and 0 deletions

View File

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