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.
1 parent 900d228 commit 2b39f0eCopy full SHA for 2b39f0e
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