We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41724bf + 9f444cf commit 8a1eb29Copy full SHA for 8a1eb29
administrator/components/com_patchtester/PatchTester/Model/PullsModel.php
@@ -535,9 +535,9 @@ public function requestFromGithub($page)
535
// Default this to being a single page of results
536
$lastPage = 1;
537
538
- if (isset($pullsResponse->headers['Link']))
+ if (isset($pullsResponse->headers['link']))
539
{
540
- $linkHeader = $pullsResponse->headers['Link'];
+ $linkHeader = $pullsResponse->headers['link'];
541
542
// The `joomla/http` 2.0 package uses PSR-7 Responses which has a different format for headers, check for this
543
if (is_array($linkHeader))
0 commit comments