]> git.mxchange.org Git - friendica.git/commitdiff
Return value added
authorMichael <heluecht@pirati.ca>
Wed, 2 Oct 2019 09:37:05 +0000 (09:37 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Oct 2019 09:37:05 +0000 (09:37 +0000)
src/Network/CurlResult.php

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