diff --git a/include/functions.inc.php b/include/functions.inc.php index 7f4d2ba4..c274cae9 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -1217,7 +1217,8 @@ function serendipity_request_url($uri, $method = 'GET', $contenttype = null, $da 'reasonPhrase' => $res->getReasonPhrase(), 'isRedirect' => $res->isRedirect(), 'cookies' => $res->getCookies(), - 'version' => $res->getVersion(), + 'version' => $res->getVersion(), + 'header' => $res->getHeader(), 'object' => $res // forward compatibility for possible other checks );